1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Closes #4107 - hide email by default when creating a new user.

This commit is contained in:
Cameron
2020-03-20 07:54:56 -07:00
parent b431e6796c
commit 6c242729b9

View File

@@ -545,7 +545,7 @@ CREATE TABLE user (
user_email varchar(100) NOT NULL default '',
user_signature text NOT NULL,
user_image varchar(255) NOT NULL default '',
user_hideemail tinyint(3) unsigned NOT NULL default '0',
user_hideemail tinyint(3) unsigned NOT NULL default 1,
user_join int(10) unsigned NOT NULL default '0',
user_lastvisit int(10) unsigned NOT NULL default '0',
user_currentvisit int(10) unsigned NOT NULL default '0',