deanhiller / databus

time series data in cassandra with visualization(NREL's opensource databus project)
Other
53 stars 21 forks source link

Bug: User List delete/update #21

Open hopcroft opened 10 years ago

hopcroft commented 10 years ago

When using the internal user list for authentication, log in as an administrative user and create a user. Then delete the user, and create a new user with the same name (for a password reset for example). Now the user list shows two entries for that username. Repeat the delete and create, and now there are three entries, etc. The user can log in with the most recent password, but if the user was listed as an administrator, they will not have administrator privileges.

deanhiller commented 10 years ago

cool, thanks for reporting that. hopefully will get to it next week.