1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Fixes #1462 - Hiding of password in signup email.

This commit is contained in:
Cameron
2016-04-04 18:00:07 -07:00
parent 9c5f7e1087
commit e073a2cb87
3 changed files with 11 additions and 8 deletions

View File

@@ -505,7 +505,7 @@ class signup
$userInfo['user_password'] = "test-password";
$userInfo['user_loginname'] = "test-loginname";
$userInfo['user_name'] = "test-username";
$userInfo['user_email'] = "test-username@email";
$userInfo['user_email'] = "test-username@email.com";
$userInfo['user_website'] = "www.test-site.com"; // This may not be defined
$userInfo['user_id'] = 0;
$userInfo['user_sess'] = "1234567890ABCDEFGHIJKLMNOP";