I have a Media Wiki installation (where only registred users can see the content) that runs fine.
One user forget his password and since I not have access to the server with ssh or to the console, I could not reset the password with the php script.
So I decided to delete the user (which not edited or created any pages or content done already) directly in the database with phpMyAdmin.
No problem to identify the user and delete it.
Then I want create a new user with the same name again, but always get the following error:
Es ist ein Datenbankabfragefehler aufgetreten. Dies könnte auf einen Fehler in der Software hindeuten.
[XWtTan8AAAIAAAteteoAAAAP] 2019-09-01 05:13:14: Fataler Ausnahmefehler des Typs „Wikimedia\Rdbms\DBQueryError“
in English it would be something like:
A database query error has occurred. This may indicate a bug in the software.
[XWtTan8AAAIAAAteteoAAAAP] 2019-09-01 05:13:14: Fatal exception error of type „Wikimedia\Rdbms\DBQueryError“
So I decided to add a user with similar name (added one charakter at the end of the username) and that worked fine.
Tried to rename that user to the old value with extension Renameuser (deleting the supplemental character) but get the same error (with different time stamp) as before
Any idea how to solve this and have a user with it's original name again ? Checked the pages fundamental introduction, Errors and symptoms, FAQ and Project:Current issues, but found no solution.
My configuration is:
Software Version
MediaWiki 1.33.0
PHP 7.1.1 (cgi-fcgi)
MySQL 5.6.36
ICU 58.2
What is the best way to reset a password in Media Wiki when not having SSH access to the server ?