Thanx a bunch Matt
Matt Raible wrote:
StringUtil.encodePassword is used for encoding passwords on user
signup - at least in 1.9.x. The PasswordEncoder (in security.xml) is
used to encode and compare when logging in. You should be able to
provide your own PasswordEncoder implementation to fit your schema.
Matt
On 8/8/07, Fred Forester <[EMAIL PROTECTED]> wrote:
Hi All,
I have a legacy package that will be used for managing accounts. I would
like my appfuse 1.9.x app to authenticate passwords that were encrptyed
using crypt. I will have something run nightly to build the app_user,
user_role tables from the legacy tables.
I know (or at least I read) that php crypt and java crypt are compatible
so how do I go about getting acegi/appfuse to do that?
I noticed the encodePassword but is that used for auth or just creating
new users?
Thanx
Fred
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]