Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15492549
D8365.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
730 B
Referenced Files
None
Subscribers
None
D8365.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 13, 3:46 PM (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7716934
Default Alt Text
D8365.diff (730 B)
Attached To
Mode
D8365: Automatically verify the setup account's email address
Attached
Detach File
Event Timeline
Log In to Comment