Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
mahara
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
mahara
mahara
Commits
ee1223e9
Commit
ee1223e9
authored
Nov 16, 2006
by
Richard Mansfield
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use sitename on login page
parent
adf3f027
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
htdocs/auth/lib.php
htdocs/auth/lib.php
+1
-0
htdocs/lang/en.utf8/mahara.php
htdocs/lang/en.utf8/mahara.php
+1
-0
htdocs/theme/default/templates/login.tpl
htdocs/theme/default/templates/login.tpl
+1
-1
No files found.
htdocs/auth/lib.php
View file @
ee1223e9
...
...
@@ -449,6 +449,7 @@ function auth_draw_login_page($message=null, Form $form=null) {
}
$smarty
=
smarty
();
$smarty
->
assign
(
'login_form'
,
$loginform
);
$smarty
->
assign
(
'loginmessage'
,
get_string
(
'loginto'
,
'mahara'
,
get_config
(
'sitename'
)));
$smarty
->
display
(
'login.tpl'
);
exit
;
}
...
...
htdocs/lang/en.utf8/mahara.php
View file @
ee1223e9
...
...
@@ -42,6 +42,7 @@ $string['confirmpassword'] = 'Confirm password';
$string
[
'loggedoutok'
]
=
'You have been logged out successfully'
;
$string
[
'login'
]
=
'Log In'
;
$string
[
'loginfailed'
]
=
'You have not provided the correct credentials to log in. Please check your username and password are correct.'
;
$string
[
'loginto'
]
=
'Log in to %s'
;
$string
[
'newpassword'
]
=
'New Password'
;
$string
[
'password'
]
=
'Password'
;
$string
[
'passworddesc'
]
=
'Your password'
;
...
...
htdocs/theme/default/templates/login.tpl
View file @
ee1223e9
{
include
file
=
"header.tpl"
}
<h2>
Log in to Mahara
</h2>
<h2>
{
$loginmessage
}
</h2>
<div
id=
"loginbox"
></div>
{
$login_form
}
...
...
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