We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0217c6f commit 6610316Copy full SHA for 6610316
1 file changed
kbengine.js
@@ -3127,6 +3127,7 @@ KBEngine.KBEngineApp = function(kbengineArgs)
3127
3128
this.createAccount = function(username, password, datas)
3129
{
3130
+ KBEngine.app.reset();
3131
KBEngine.app.username = username;
3132
KBEngine.app.password = password;
3133
KBEngine.app.clientdatas = datas;
@@ -3225,6 +3226,7 @@ KBEngine.KBEngineApp = function(kbengineArgs)
3225
3226
3227
this.reset_password = function(username)
3228
3229
3230
3231
KBEngine.app.resetpassword_loginapp(true);
3232
}
0 commit comments