User asset passwords


(Aleks Bochniak) #1

Can someone please fill me on how the passwords for users are encrypted? From what I have been able to test, they're not base64 or md5 encoded.


I am basically trying to figure out a way to create users (in a predefined user group) on an adhoc basis without using an asset builder or the admin interface.



Aleks


(Greg Sherwood) #2

We use the PHP crypt() function: http://www…php.net/cryp


(Aleks Bochniak) #3

thanks greg