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
|
||||
p
|
||||
' 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
|
||||
' upload. We just want to avoid publishing inappropriate images.
|
||||
' Your uploads will just have to be reviewed by a project member.
|
||||
' We need to avoid publishing inappropriate images.
|
||||
|
||||
p
|
||||
' Currently this login page is only used for moderators who deal with
|
||||
' new uploads. It is planned however to allow login for everyone so that
|
||||
' you can manage your own uploads.
|
||||
|
||||
/ 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.
|
||||
' If you are a member of the Debian project and have an account on
|
||||
' salsa.debian.net (the Gitlab server) then feel free to login.
|
||||
' You can then moderate pending uploads or upload your own screenshots.
|
||||
|
||||
.grid-container
|
||||
.text-center
|
||||
|
||||
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.)
|
||||
/ / p
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue