This text shows up in the turbine-security.sql that is built by the Ant 
task turbine-security-sql:

-- Use this script to bootstrap you system into usage of secure passwords.
-- It will set the administrator's password to 'turbine' (using SHA digest)
-- Then, you'll be able to log in and change administrator's passwords,
-- and then set initial passwords for your users.

UPDATE TURBINE_USER SET PASSWORD_VALUE = '4vUZ7HvhmiKt/W54Xyuz7oza' 
WHERE LOGINID = 'turbine';

What do I need to do to authenticate using that encrypted password? 
TurbineSecurity.encryptPassword just returns the same string that was 
passed into it.

Thanks!
Will Stranathan



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to