Refactor integrations of sso
This commit is contained in:
parent
ce5a7d05ac
commit
f377b4ce45
46 changed files with 154 additions and 249 deletions
|
|
@ -1,29 +0,0 @@
|
|||
|
||||
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<script>
|
||||
var api_url = '{{ api_url }}';
|
||||
|
||||
// Actions
|
||||
$(document).ready(function() {
|
||||
flow_recover();
|
||||
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
<div id="contentMessages"></div>
|
||||
<div id="contentRecover"></div>
|
||||
<div id="contentRecoverRequested" style='display:none'>
|
||||
Thank you for your request. We have sent you an email to recover
|
||||
your account. Please check your e-mail and complete the account
|
||||
recovery. You have limited time to complete this</div>
|
||||
|
||||
<div id="contentHelp">
|
||||
<a href='login'>Back to login page</a> | <a href='https://stackspin.org'>About stackspin</a>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
Reference in a new issue