woodpecker/server/static/scripts/views/login.html

11 lines
514 B
HTML
Raw Normal View History

2015-04-08 22:43:59 +00:00
<h1>Login</h1>
2015-04-28 23:08:20 +00:00
<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>