Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
okeanos-LoD
Commits
4985409f
Commit
4985409f
authored
Nov 08, 2015
by
Paschalis Korosoglou
Browse files
Explicitly refer to ~okeanos token on login (user authentication) page.
parent
b8157eb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
webapp/frontend/app/templates/index.hbs
View file @
4985409f
...
...
@@ -23,7 +23,7 @@
<!-- lockscreen credentials (contains the form) -->
<form
class=
"lockscreen-credentials"
{{
action
"authenticate"
on
=
"submit"
}}
>
<div
class=
"input-group"
>
{{
input
value
=
token
placeholder
=
"token"
type
=
"password"
class
=
"form-control"
id
=
"token"
}}
{{
input
value
=
token
placeholder
=
"
~okeanos
token"
type
=
"password"
class
=
"form-control"
id
=
"token"
}}
<div
class=
"input-group-btn"
>
<button
class=
"btn"
><i
class=
"fa fa-arrow-right text-muted"
></i></button>
</div>
...
...
@@ -32,7 +32,7 @@
</div>
<!-- /.lockscreen-item -->
<div
class=
"help-block text-center"
>
Enter your token to retrieve your session
Enter your
~okeanos
token to retrieve your session
</div>
{{#if
loginFailed
}}
<div
id=
"id_alert_wrongtoken"
class=
"alert alert-dismissable alert-danger"
>
...
...
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