Info text on login page improved
This commit is contained in:
parent
686c9bbaaf
commit
114ea469ee
1 changed files with 6 additions and 21 deletions
|
|
@ -5,34 +5,19 @@
|
||||||
div.callout
|
div.callout
|
||||||
p
|
p
|
||||||
' Are you required to login? No. You can still upload screenshots.
|
' Are you required to login? No. You can still upload screenshots.
|
||||||
' Just as usual you will have to wait for a moderator to check your
|
' Your uploads will just have to be reviewed by a project member.
|
||||||
' upload. We just want to avoid publishing inappropriate images.
|
' We need to avoid publishing inappropriate images.
|
||||||
|
|
||||||
p
|
p
|
||||||
' Currently this login page is only used for moderators who deal with
|
' If you are a member of the Debian project and have an account on
|
||||||
' new uploads. It is planned however to allow login for everyone so that
|
' salsa.debian.net (the Gitlab server) then feel free to login.
|
||||||
' you can manage your own uploads.
|
' You can then moderate pending uploads or upload your own screenshots.
|
||||||
|
|
||||||
/ p
|
|
||||||
/ ' If you decide to login you will be able to manage your own
|
|
||||||
/ ' uploads at any time. And others can see how much you contributed already.
|
|
||||||
/ ' In addition once your first screenshot is approved you will be able
|
|
||||||
/ ' to upload further screenshots without moderation.
|
|
||||||
/ ' We have made it easy for both you and us. There is no registration here.
|
|
||||||
/ ' Just use any of the below services to log in.
|
|
||||||
|
|
||||||
/ p
|
|
||||||
/ ' If you are associated to the Debian project you will
|
|
||||||
/ ' automatically be recognized if you have a certificate
|
|
||||||
/ ' from the
|
|
||||||
/ a href='https://sso.debian.org/' Debian SSO
|
|
||||||
/ ' installed in your browser.
|
|
||||||
|
|
||||||
.grid-container
|
.grid-container
|
||||||
.text-center
|
.text-center
|
||||||
|
|
||||||
p
|
p
|
||||||
= link_to (fa_icon 'login', text: 'Login with Debian'), user_salsa_omniauth_authorize_path, class: 'button primary large', method: :post
|
= link_to (fa_icon 'key', text: 'Login via Salsa'), user_salsa_omniauth_authorize_path, class: 'button primary large', method: :post
|
||||||
|
|
||||||
/ // Alternative way to display buttons without images. (Amazon wants their own button though.)
|
/ // Alternative way to display buttons without images. (Amazon wants their own button though.)
|
||||||
/ / p
|
/ / p
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue