Ticket #699 (enhancement)
Opened 1 year ago
Last modified 1 year ago
Support for direct password retrieval of the user password on HTTP auth
Status: closed (fixed)
| Reported by: | lawouach | Assigned to: | lawouach |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | CherryPy code | Keywords: | auth basic digest |
| Cc: |
Currently the basic tool expects all the users and their password to be returned by the users callable for each request which is rather bad design.
Follow-up of the discussion available at: http://groups.google.com/group/cherrypy-users/browse_thread/thread/969af69a5bb3eebe
Change History
06/22/07 11:05:20: Modified by lawouach
- status changed from new to closed.
- resolution set to fixed.
06/22/07 11:07:04: Modified by lawouach
Fixed in 1682 as well for the trunk.


Fixed in [1681].
Thanks to Scott Chapman.