1
Support / Re: Problem with adding new users
« Last post by faf on January 22, 2025, 10:41:13 AM »First of all, you'd better fix the email issue.
Second of all, take a look at this part of the code. Mibew Messenger tries to salt the password if it's possible. So, if you really need to alter the password directly in the database, you should calculate it manually. Or just set it to md5 hash of the password as it is written in the FAQ.
Otherwise, one could simply give your known user administrative permissions. It's defined by iperm field in the very same mibewoperator table.
Second of all, take a look at this part of the code. Mibew Messenger tries to salt the password if it's possible. So, if you really need to alter the password directly in the database, you should calculate it manually. Or just set it to md5 hash of the password as it is written in the FAQ.
Otherwise, one could simply give your known user administrative permissions. It's defined by iperm field in the very same mibewoperator table.