Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mahara
mahara
Commits
7c11e65d
Commit
7c11e65d
authored
Sep 13, 2015
by
Robert Lyon
Committed by
Gerrit Code Review
Sep 13, 2015
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Made the log in anyway button more prominent - Bug #1465107"
parents
290f762e
bd43054f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
htdocs/auth/lib.php
htdocs/auth/lib.php
+1
-1
No files found.
htdocs/auth/lib.php
View file @
7c11e65d
...
...
@@ -926,7 +926,7 @@ function auth_check_required_fields() {
if
(
$USER
->
get
(
'parentuser'
))
{
$smarty
->
assign
(
'loginasoverridepasswordchange'
,
get_string
(
'loginasoverridepasswordchange'
,
'admin'
,
'<a class="" href="'
.
get_config
(
'wwwroot'
)
.
'?loginanyway">'
,
'</a>'
));
'<
strong><
a class="" href="'
.
get_config
(
'wwwroot'
)
.
'?loginanyway">'
,
'</a>
</strong>
'
));
}
$smarty
->
assign
(
'changepassword'
,
$changepassword
);
$smarty
->
assign
(
'changeusername'
,
$SESSION
->
get
(
'resetusername'
));
...
...
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