dear forum users,
I created my own usermanager (implements
info.magnolia.cms.security.UserManager) for
our users (located in a database) .
The problem is the passwords are hashed in the database. The Implementation
JCRAuthenticationModule only implements a equales of password.
Revison 50556 line 157
[code]if (!StringUtils.equals(serverPassword, new String(this.pswd))) {
[/code]
Is there a possibility to configure in JCRAuthenticationModule to handle hashed
password?
Regards Philipp
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=f8e74ce3-b677-4639-852a-4402eba687ff
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------