mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Update FreeBSD.org cluster-specific patch to match what is running on
bugs.freebsd.org/bugzilla/.
This commit is contained in:
parent
95ea30709e
commit
15d8f62d88
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363280
1 changed files with 13 additions and 0 deletions
|
@ -9,3 +9,16 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
$params->{realname} ||= $user_entry->get_value("displayName");
|
$params->{realname} ||= $user_entry->get_value("displayName");
|
||||||
|
--- token.cgi.dist 2014-06-03 00:27:29.279355734 +0000
|
||||||
|
+++ token.cgi 2014-06-03 00:37:48.727359133 +0000
|
||||||
|
@@ -122,6 +122,10 @@
|
||||||
|
my $login_name = $cgi->param('loginname')
|
||||||
|
or ThrowUserError("login_needed_for_password_change");
|
||||||
|
|
||||||
|
+ if ($login_name =~ /[@.]FreeBSD\.org$/i) {
|
||||||
|
+ ThrowUserError("password_change_requests_not_allowed");
|
||||||
|
+ }
|
||||||
|
+
|
||||||
|
check_email_syntax($login_name);
|
||||||
|
my $user = Bugzilla::User->check($login_name);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue