Zeruell / ppx-raidplaner

Automatically exported from code.google.com/p/ppx-raidplaner
0 stars 0 forks source link

Deleting a vBulletin user does not convert the user to a local user #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Delete a user in vBulletin
2. Try to login with that user in raidplaner

What is the expected output? What do you see instead?
The user is still in the raidplaner database but cannot log in, despite of 
correct login information.

Please use labels and text to provide additional information.
The user's password's salt portion is stored along with the user in the 
vbulletin table.
So when the user is deleted the salt is gone and the password cannot be 
verified.
Possible solutions:

- Store the salt in the raidplaner db, too
- Encode the password twice to enable fallback checking
- Enable "local user conversion with password reset" as a manual process for 
administrators

Original issue reported on code.google.com by arne.cl...@gmail.com on 1 May 2011 at 12:05

GoogleCodeExporter commented 9 years ago

Original comment by arne.cl...@gmail.com on 1 May 2011 at 12:08

GoogleCodeExporter commented 9 years ago

Original comment by arne.cl...@gmail.com on 11 Jun 2012 at 7:46

GoogleCodeExporter commented 9 years ago

Original comment by arne.cl...@gmail.com on 15 Jul 2012 at 12:51

GoogleCodeExporter commented 9 years ago

Original comment by arne.cl...@gmail.com on 15 Jul 2012 at 12:54

GoogleCodeExporter commented 9 years ago
No fixe ?

Original comment by dizier.d...@gmail.com on 10 Jan 2013 at 2:47

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I did not find a good solution for this yet. If this is a larger issue for you, 
I will schedule this for 0.9.7.
There is a ways to manually fix that one, but it is rather ... hacky ^^
I will check this during my weekend and give you a short update.

Original comment by arne.cl...@gmail.com on 10 Jan 2013 at 10:58

GoogleCodeExporter commented 9 years ago
Fixed in current 0.9.7 branch

Original comment by arne.cl...@gmail.com on 21 Jan 2013 at 10:55

GoogleCodeExporter commented 9 years ago

Original comment by arne.cl...@gmail.com on 3 Mar 2013 at 7:56