Add handlers to login and logout buttons

This commit is contained in:
yflory
2017-01-13 17:39:41 +01:00
parent 767ba8b549
commit efed1f5efe
5 changed files with 40 additions and 14 deletions

View File

@@ -63,6 +63,11 @@ define(function () {
out.userButton = 'USER';
out.userButtonTitle = 'Change your username';
out.changeNamePrompt = 'Change your name (leave empty to be anonymous): ';
out.user_login = "Log in";
out.user_logout = "Log out";
out.user_rename = "Change display name";
out.user_displayName = "Display name";
out.user_accountName = "Account name";
out.renameButton = 'RENAME';
out.renameButtonTitle = 'Change the title under which this document is listed on your home page';