cotonti.com : Password Generator https://www.cotonti.com Последние сообщения в теме Cotonti en Wed, 29 Oct 2025 21:02:58 -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.]]>
пт, 16 апр 2010 20:05:40 -0000
zboy812 пт, 16 апр 2010 11:37:02 -0000 Trustmaster
$randpass = sed_unique(16); // 16 is password length
]]>
чт, 15 апр 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!]]>
чт, 15 апр 2010 02:05:37 -0000