Page MenuHomePhabricator

D8365.diff
No OneTemporary

D8365.diff

Index: src/applications/auth/controller/PhabricatorAuthRegisterController.php
===================================================================
--- src/applications/auth/controller/PhabricatorAuthRegisterController.php
+++ src/applications/auth/controller/PhabricatorAuthRegisterController.php
@@ -126,6 +126,12 @@
$can_edit_anything = $profile->getCanEditAnything() || $must_set_password;
$force_verify = $profile->getShouldVerifyEmail();
+ // Automatically verify the administrator's email address during first-time
+ // setup.
+ if ($is_setup) {
+ $force_verify = true;
+ }
+
$value_username = $default_username;
$value_realname = $default_realname;
$value_email = $default_email;

File Metadata

Mime Type
text/plain
Expires
Tue, Jun 11, 9:28 AM (2 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6287403
Default Alt Text
D8365.diff (730 B)

Event Timeline