mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
- introducing clean usernames, needs to be tested more, I'm not sure I didn't miss anything
- homograph list should probably be extended git-svn-id: file:///svn/phpbb/trunk@6494 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1225,6 +1225,7 @@ CREATE TABLE phpbb_users (
|
||||
user_ip varchar(40) DEFAULT '' NOT NULL,
|
||||
user_regdate INT4 DEFAULT '0' NOT NULL CHECK (user_regdate >= 0),
|
||||
username varchar_ci DEFAULT '' NOT NULL,
|
||||
username_clean varchar_ci DEFAULT '' NOT NULL,
|
||||
user_password varchar(40) DEFAULT '' NOT NULL,
|
||||
user_passchg INT4 DEFAULT '0' NOT NULL CHECK (user_passchg >= 0),
|
||||
user_email varchar(100) DEFAULT '' NOT NULL,
|
||||
|
Reference in New Issue
Block a user