Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
30b5fd60
Commit
30b5fd60
authored
Aug 21, 2016
by
Frank Becker
Committed by
Dylan William Hardison
Aug 21, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 1296570 - can not create admin user when use_email_as_login = 1
parent
e480f655
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Install.pm
Bugzilla/Install.pm
+1
-1
No files found.
Bugzilla/Install.pm
View file @
30b5fd60
...
@@ -346,7 +346,7 @@ sub create_admin {
...
@@ -346,7 +346,7 @@ sub create_admin {
$login
=
<
STDIN
>
;
$login
=
<
STDIN
>
;
chomp
$login
if
defined
$login
;
chomp
$login
if
defined
$login
;
}
}
Bugzilla::
User
->
check_login_name
(
$login
);
Bugzilla::
User
->
check_login_name
(
$login
,
undef
,
{
email
=>
$email
}
);
if
(
not
defined
$full_name
)
{
if
(
not
defined
$full_name
)
{
print
get_text
(
'install_admin_get_name'
)
.
' '
;
print
get_text
(
'install_admin_get_name'
)
.
' '
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment