Merge "[Gerrit] Default email address changed"

This commit is contained in:
Jenkins 2016-05-24 15:04:26 +00:00 committed by Gerrit Code Review
commit 1258e407b7

View File

@ -36,7 +36,7 @@ Forms:
Please, provide password for root user
- name: ldapRootEmail
type: string
initial: root@mail.com
initial: root@example.com
regexpValidator: '^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+$'
errorMessages:
invalid: Please provide valid email address.
@ -62,7 +62,7 @@ Forms:
Please, provide password for regular user
- name: ldapEmail
type: string
initial: user@mail.com
initial: email@example.com
regexpValidator: '^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+$'
errorMessages:
invalid: Please provide valid email address.