updated account info

This commit is contained in:
Jonas Weinz 2019-04-01 16:28:48 +02:00
parent 15e0bdf6fc
commit 8f778b2e18

View File

@ -29,6 +29,7 @@ i_register_username = register_container.create_input("username");
i_register_pw = register_container.create_input("password", true);
b_register = register_container.create_button("register/login");
register_container.create_label("If the username does not exists yet, a new account is created automatically");
register_container.create_label("Note that inactive accounts will be deleted after 45 days")
// logout TODO: rename container:
logout_container = main_menu.create_infocontainer("Logged in as: ");