- Installazione primo Sito Web del server
- Creazione prima pagina Home
This commit is contained in:
@@ -24,7 +24,7 @@ export const validations = {
|
||||
},
|
||||
username: {
|
||||
required,
|
||||
minLength: minLength(8),
|
||||
minLength: minLength(5),
|
||||
complexityUser,
|
||||
},
|
||||
}
|
||||
|
||||
@@ -58,6 +58,7 @@ export default defineComponent({
|
||||
emailsent.value = true
|
||||
idapp.value = ris.idapp
|
||||
tools.showPositiveNotif($q, t('install.created', {idapp: ris.idapp}))
|
||||
$router.replace('/signin')
|
||||
form.password = ''
|
||||
} else
|
||||
tools.showNegativeNotif($q, t('reg.err.site_not_created'))
|
||||
|
||||
Reference in New Issue
Block a user