mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Template/Update (Part 46 - IV)
* account management rework: Personal Settings functionality * email, password, username update * email updates now also mails the old address for confirmation
This commit is contained in:
2
setup/updates/1758578400_13.sql
Normal file
2
setup/updates/1758578400_13.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `aowow_account`
|
||||
ADD COLUMN `renameCooldown` int unsigned NOT NULL DEFAULT 0 COMMENT 'timestamp when rename is available again' AFTER `updateValue`;
|
||||
2
setup/updates/1758578400_14.sql
Normal file
2
setup/updates/1758578400_14.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
DELETE FROM `aowow_config` WHERE `key` = 'acc_rename_decay';
|
||||
INSERT INTO `aowow_config` VALUES ('acc_rename_decay', 30 * 24 * 60 * 60, '30 * 24 * 60 * 60', 3, 129, 'delay between username changes');
|
||||
Reference in New Issue
Block a user