Bug #721
Delete and create user with the same name
Status: | Closed | Start date: | 07/14/2011 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Carlos Martín | % Done: | 100% | |
Category: | Core & System | |||
Target version: | Release 3.0 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: |
Description
When a user is deleted and a new one is created with the same name. The user can not be authenticated till oned is restarted. To reproduce this
1.- Create user (e.g. test)
2.- Try the user (works)
3.- delete user test
4.- re-create user test
5.- User test can not be authenticated
Associated revisions
Bug #721: Make the PoolSQL cache be aware that an invalid cached object may have the same name as a non-cached valid object.
Bug #721: Add tests for cache when objects are gotten by name
bug #721: unlock objects if returned as invalid in get operations
History
#1 Updated by Ruben S. Montero almost 10 years ago
- Category deleted (
Core & System)
#2 Updated by Ruben S. Montero almost 10 years ago
- Category set to Core & System
- Assignee deleted (
Carlos Martín)
#3 Updated by Carlos Martín almost 10 years ago
- % Done changed from 0 to 100
#4 Updated by Ruben S. Montero almost 10 years ago
- Status changed from New to Closed
- Assignee set to Carlos Martín
- Resolution set to fixed