@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Replace a TODO with a summary of the referred non-public ticket

Summary:
https://secure.phabricator.com/T3340 got closed as WONTFIX after a short discussion. That task is not public.
Remove the mystery reference by a summary of the outcome of that task.

Test Plan: None; it's a comment.

Reviewers: O1 Blessed Committers, mainframe98

Reviewed By: O1 Blessed Committers, mainframe98

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D26514

+1 -1
+1 -1
src/applications/auth/controller/PhabricatorAuthRegisterController.php
··· 495 495 } 496 496 497 497 if ($same_email) { 498 - // TODO: See T3340. 498 + // We do not allow two user accounts with the same email address. 499 499 $e_email = pht('Duplicate'); 500 500 $errors[] = pht('Another user already has that email.'); 501 501 }