Lost password in Textpattern: Revision history

From Leechfinger
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

20 June 2024

  • curprev 18:5018:50, 20 June 2024 Qais talk contribs 591 bytes +591 Created page with "If you have lost a password for a user or can't send emails out to have it reset then you can reset from the database. If you know the password of any user then you you can use that password to set it for the new or lost password account. Textpattern uses ripemd256 encryption. <syntaxhighlight lang="bash" line> # mariadb -u bonehead -p > show databases; > connect text_banana_breath; > show tables; > select * from txp_users; > UPDATE txp_users SET pass='1ae3389f00b0d6a..."