woodpecker/server/static/scripts/views/login.html
2015-04-28 16:08:20 -07:00

10 lines
514 B
HTML

<h1>Login</h1>
<div ng-switch="error">
<div ng-switch-when="internal_error">Oops. There was an unexpected error. Please try again.</div>
<div ng-switch-when="user_not_found">There was an error authorizing your account.</div>
<div ng-switch-when="access_denied_org">Login is restricted to approved organization members only</div>
<div ng-switch-when="access_denied">Self-registration is disabled. Please contact the system admin to grant access.</div>
</div>
<a href="/authorize" target="_self">Login</a>