Required fields and salt location
-
Hello there,
i tried to authenticate against a mybb database. The problem is that there are some (hidden) requirements regarding fields in your addon:
I need to have the following fields in my database, which are not existent in my case:
- First Name
- Last Name
- Role
You should either make them non-essential (especially first and last name) or mark them as such. Otherwise the test function just loads forever but never gives any feedback.
Next, the salt database field can be entered, but i can’t select it when i specify the hashing options (only none, before and after are selectable). The passwords in my database are hashed with md5 and the salt is stored in a column called ‘salt’.
I guess the plugin won’t work for my project anyways, since mybb has a loginkey which is needed fpr the logout function, but the above could be an issue for other people, too ??
- The topic ‘Required fields and salt location’ is closed to new replies.