mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Make activate key lenght configurable
This commit is contained in:
parent
0f08b4ea41
commit
e1fb41e558
3 changed files with 5 additions and 4 deletions
|
@ -37,7 +37,7 @@ if (isset($_POST['submit'])) {
|
|||
$username = $row['username'];
|
||||
$user_id = $row['user_id'];
|
||||
|
||||
$user_actkey = make_rand_str(12);
|
||||
$user_actkey = make_rand_str(ACTKEY_LENGHT);
|
||||
$user_password = make_rand_str(8);
|
||||
|
||||
$sql = "UPDATE " . BB_USERS . "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue