This commit is contained in:
2020-11-19 23:44:14 +00:00
parent 5aec31f3c3
commit 0bed41974e
2 changed files with 4 additions and 2 deletions

View File

@@ -33,10 +33,12 @@ To REMOVE: apt-get remove dotnet-runtime-3.0 (replace 3.0 with whatever version
todo: operations user's don't get personal user settings menu?
todo: on all hide password option forms need one central button to hide passwords because it's the reveal button is a tab stop stuck on when entering data
quick check to see if can make it not be a tab stop before doing this
todo: if authenticated and click reset link sb logged out before reset form opens
todo: suggest loginname be email address
todo: suggest loginname be email address in docs
todo: bugbug datetime control clear buttons don't trigger emit of empty date times

View File

@@ -429,7 +429,7 @@ export default {
}
} else {
vm.password = window.$gz.util.getRandomPassword();
vm.login = window.$gz.util.getRandomPassword();
// vm.login = window.$gz.util.getRandomPassword();
/* Customer = 3,
HeadOffice = 4, */
if (vm.$route.params.customerid && vm.$route.params.customerid != 0) {