cotonti.com : Password Generator https://www.cotonti.com Son konu mesajları Cotonti en Sun, 14 Dec 2025 04:58:25 -0000 Kilandor
sed_unique is just something you can use to create a MD5 Hash, which can be used for something.

The example above will just create a random password. Which yes then you can use that as the "password" for the char.

$randpass = sed_unique(16); // 16 is password length
$passhash = md5($randpass);

$randpass is what you would login with
$passhash is what would be stored in the SQL field

If need help with how a normal registration goes, just checkout users.register.inc.php starting line 105~

You can use those 2 queries to create users. Just put them in a default group and not the inactive group.]]>
Cum, 16 Nis 2010 20:05:40 -0000
zboy812 Cum, 16 Nis 2010 11:37:02 -0000 Trustmaster
$randpass = sed_unique(16); // 16 is password length
]]>
Per, 15 Nis 2010 16:01:06 -0000
zboy812
I want to add about 10,000 users to my system from a list of names, for example; Sara, John, Mike, John.....

I need to encrypt the passwords for the accounts to work. Where can i find the the password generator in the core?

Thank you!]]>
Per, 15 Nis 2010 02:05:37 -0000