PKP Bugzilla – Bug 2893
Use regular password hash when default auth ID specified.
Last modified: 2007-05-31 09:07:51 PDT
Use regular password hash when default auth ID specified. Currently a pseudohash is generated -- perhaps to avoid duplication of data -- but there's no reason this should be the case. A normal hash would help e.g. when the default or user auth plugin is changed.
Created attachment 197 [details] Patch against pre-2.2 CVS
Implemented.