add letsencrypt x3 intermediate cert and new cert file, improve UX of new registrations

This commit is contained in:
redmatrix
2016-06-27 19:04:00 -07:00
parent 3704ff57cb
commit b155e93ab1
7 changed files with 457 additions and 689 deletions

View File

@@ -259,7 +259,8 @@ class Register extends \Zotlabs\Web\Controller {
'$email' => $email,
'$pass1' => $password,
'$pass2' => $password2,
'$submit' => ((UNO || $auto_create || $registration_is) ? t('Register') : t('Proceed to create your first channel'))
'$submit' => t('Register'),
'$verify_note' => t('This site may require email verification after submitting this form. If you are returned to a login page, please check your email for instructions.')
));
return $o;