Add invitation required messaging
This commit is contained in:
parent
6a8e57a353
commit
ff80dad5b8
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@
|
|||
<a ng-click="setView('createAccount')"
|
||||
quay-show="Features.USER_CREATION && Config.AUTHENTICATION_TYPE == 'Database' && Features.DIRECT_LOGIN && !Features.INVITE_ONLY_USER_CREATION"
|
||||
ng-if="currentView != 'createAccount'">Create Account</a>
|
||||
<span quay-show="Features.USER_CREATION && Config.AUTHENTICATION_TYPE == 'Database' && Features.DIRECT_LOGIN && Features.INVITE_ONLY_USER_CREATION"
|
||||
ng-if="currentView != 'createAccount'">Invitation required to sign up</span>
|
||||
<a ng-click="setView('signin')" ng-if="currentView != 'signin'">Sign In</a>
|
||||
<a ng-click="setView('forgotPassword')"
|
||||
quay-show="Features.MAILING && Config.AUTHENTICATION_TYPE == 'Database' && Features.DIRECT_LOGIN"
|
||||
|
|
Reference in a new issue