I'd like to enable the secure passwords feature of turbine by setting the following in my TurbineResources.properties:
services.SecurityService.secure.passwords=true However, when I enable this, none of the existing accounts' passwords will work as the value stored in the database won't match the hashed result of the user's entered password. So, I thought if I could at least get my admin account to have a secure password, I could log in with that and set the hashed password in the database for new users by creating new accounts. The question is, how do I set the hashed password in the database for the admin user if I can't actually log in with the admin account? Using TDK 2.1, mysql. Thanks, Derek -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
