This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user