From 5b45e526c74faf55110ff0afdcba19797d7e0f4d Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 10 Jul 2009 19:14:09 -0400 Subject: deleted all --- templates/authopenid/changeemail.html | 35 ------------- templates/authopenid/changeopenid.html | 33 ------------ templates/authopenid/changepw.html | 33 ------------ templates/authopenid/complete.html | 67 ------------------------ templates/authopenid/confirm_email.txt | 12 ----- templates/authopenid/delete.html | 38 -------------- templates/authopenid/failure.html | 13 ----- templates/authopenid/htmlfiles | 8 --- templates/authopenid/sendpw.html | 34 ------------ templates/authopenid/sendpw_email.txt | 14 ----- templates/authopenid/settings.html | 41 --------------- templates/authopenid/signin.html | 95 ---------------------------------- templates/authopenid/signup.html | 52 ------------------- templates/authopenid/yadis.xrdf | 14 ----- 14 files changed, 489 deletions(-) delete mode 100644 templates/authopenid/changeemail.html delete mode 100644 templates/authopenid/changeopenid.html delete mode 100644 templates/authopenid/changepw.html delete mode 100644 templates/authopenid/complete.html delete mode 100644 templates/authopenid/confirm_email.txt delete mode 100644 templates/authopenid/delete.html delete mode 100644 templates/authopenid/failure.html delete mode 100644 templates/authopenid/htmlfiles delete mode 100644 templates/authopenid/sendpw.html delete mode 100644 templates/authopenid/sendpw_email.txt delete mode 100644 templates/authopenid/settings.html delete mode 100644 templates/authopenid/signin.html delete mode 100644 templates/authopenid/signup.html delete mode 100644 templates/authopenid/yadis.xrdf (limited to 'templates/authopenid') diff --git a/templates/authopenid/changeemail.html b/templates/authopenid/changeemail.html deleted file mode 100644 index 99984b3f..00000000 --- a/templates/authopenid/changeemail.html +++ /dev/null @@ -1,35 +0,0 @@ -{% extends "base_content.html" %} -{% load i18n %} -{% block content %} -
-

- {% trans "Account: change email" %} -

-
-

{% blocktrans %}This is where you can change the email address associated with your account. Please keep this email address up to date so we can send you a password-reset email if you request one.{% endblocktrans %}

-{% if form.errors %} -

{% trans "Please correct errors below:" %}
- {% if form.email.errors %} - {{ form.email.errors|join:", " }} - {% endif %} - {% if form.password.errors %} - {{ form.password.errors|join:", " }} - {% endif %} -

-{% endif %} - -{% if msg %} -

{{ msg }}

-{% endif %} - -
-
- -
{{ form.email }}
-
{{ form.password }}
- -

- -
-
-{% endblock %} diff --git a/templates/authopenid/changeopenid.html b/templates/authopenid/changeopenid.html deleted file mode 100644 index c1f3d180..00000000 --- a/templates/authopenid/changeopenid.html +++ /dev/null @@ -1,33 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} - -{% block content %} -
-

- {% trans "Account: change OpenID URL" %} -

-
- -

{% blocktrans %}This is where you can change your OpenID URL. Make sure you remember it!{% endblocktrans %}

-{% if form.errors %} -

{% trans "Please correct errors below:" %}
- {% if form.openid_url.errors %} - {{ form.openid_url.errors|join:", " }} - {% endif %} - - -

-{% endif %} -{% if msg %} -

{{ msg }}

-{% endif %} - -
-
- -
{{ form.openid_url }}
-

- -
-
-{% endblock %} diff --git a/templates/authopenid/changepw.html b/templates/authopenid/changepw.html deleted file mode 100644 index f3cf4be0..00000000 --- a/templates/authopenid/changepw.html +++ /dev/null @@ -1,33 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} - -{% block head %} - -{% endblock %} - - - -{% block content %} -
-

- {% trans "Account: change password" %} -

-
-

{% blocktrans %}This is where you can change your password. Make sure you remember it!{% endblocktrans %}

-{% if form.errors %} -

{% trans "Please correct errors below:" %}
-{{ form.errors }} -

-{% endif %} - -
-
- -
{{ form.oldpw }}
-
{{ form.password1 }}
-
{{ form.password2 }}
-

- -
-
-{% endblock %} diff --git a/templates/authopenid/complete.html b/templates/authopenid/complete.html deleted file mode 100644 index 28c38a04..00000000 --- a/templates/authopenid/complete.html +++ /dev/null @@ -1,67 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} -{% block head %}{% endblock %} -{% block title %}{% spaceless %}{% trans "Connect your OpenID with this site" %}{% endspaceless %}{% endblock %} -{% block content %} -
- {% trans "Connect your OpenID with your account on this site" %} -
-

-

{% trans "Your OpenID is accepted. Please complete this to finish registration." %}

-

{% trans "This account already exists, please use another." %}

-

- - {% if form1.errors %} -

- {% trans "Sorry, looks like we have some errors:" %}
-

-

- {% endif %} - {% if form2.errors %} -

- {% trans "Sorry, looks like we have some errors:" %}
-

-

- {% endif %} - -
-
- {{ form.next }} -
- {% trans "New account" %} -

{{ form1.username }}
-

{{ form1.email }}
-
-
-
-
- -{% endblock %} diff --git a/templates/authopenid/confirm_email.txt b/templates/authopenid/confirm_email.txt deleted file mode 100644 index 9af177ed..00000000 --- a/templates/authopenid/confirm_email.txt +++ /dev/null @@ -1,12 +0,0 @@ -Thank you for registering. - -Your account details are: - -Username: {{ username }} -Password: {{ password }} - - -You may sign in here: -{{ site_url }}signin/ - - diff --git a/templates/authopenid/delete.html b/templates/authopenid/delete.html deleted file mode 100644 index 19e0884a..00000000 --- a/templates/authopenid/delete.html +++ /dev/null @@ -1,38 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} - - -{% block content %} -
-

- {% trans "Account: delete account" %} -

-
- -

{% blocktrans %}Note: After deleting your account, anyone will be able to register this username.{% endblocktrans %}

-{% if form.errors %} -

{% trans "Please correct errors below:" %}
- {% if form.confirm.errors %} - {% trans "Check confirm box, if you want delete your account." %}
- {% endif %} - {% if form.password.errors %} - {% trans "Password:" %} {{ form.password.errors|join:", " }} - {% endif %} -

-{% endif %} -{% if msg %} -

{% trans "Please correct errors below:" %}
- {{ msg }} -

-{% endif %} -
-
- -
{{ form.confirm }} {% trans "I am sure I want to delete my account." %}
-
{{ form.password }} {% trans "(required for your security)" %}
- -

- -
-
-{% endblock %} diff --git a/templates/authopenid/failure.html b/templates/authopenid/failure.html deleted file mode 100644 index 87839ab2..00000000 --- a/templates/authopenid/failure.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - OpenID failed - - -

OpenID failed

- -

{{ message|escape }}

- - - \ No newline at end of file diff --git a/templates/authopenid/htmlfiles b/templates/authopenid/htmlfiles deleted file mode 100644 index 1b9dccd0..00000000 --- a/templates/authopenid/htmlfiles +++ /dev/null @@ -1,8 +0,0 @@ -changeemail.html -changeopenid.html -changepw.html -delete.html -failure.html -sendpw.html -settings.html -signup.html diff --git a/templates/authopenid/sendpw.html b/templates/authopenid/sendpw.html deleted file mode 100644 index a9488c4c..00000000 --- a/templates/authopenid/sendpw.html +++ /dev/null @@ -1,34 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} -{% block title %}{% spaceless %}{% trans "Send new password" %}{% endspaceless %}{% endblock %} - -{% block content %} -
-

{% trans "Send new password" %}

- -
-
-{% trans "Lost your password? No problem - here you can reset it." %}
-{% trans "Please enter your username below and new password will be sent to your registered e-mail" %} -
-{% if form.errors %} -

{% "Sorry, looks like we have some errors:" %}
- {% if form.username.errors %} - {{ form.username.errors|join:", " }} - {% endif %} -

-{% endif %} -{% if msg %} -
{{ msg }}
-{% endif %} - -
-
-
{{ form.username }}
- -

{% trans "return to login" %}

- -
- {% trans "Note: your new password will be activated only after you click the activation link in the email message" %} -
-{% endblock %} diff --git a/templates/authopenid/sendpw_email.txt b/templates/authopenid/sendpw_email.txt deleted file mode 100644 index dec062a8..00000000 --- a/templates/authopenid/sendpw_email.txt +++ /dev/null @@ -1,14 +0,0 @@ -Someone has requested to reset your password on {{ site_url }}. -If this is not you, it is safe to ignore this email. - -Your new account details are: - -Username: {{ username }} -New password: {{ password }} - -To confirm reset of your password go to this address: -{{ site_url }}{{ url_confirm }}?key={{ confirm_key }} - -Regards, - - diff --git a/templates/authopenid/settings.html b/templates/authopenid/settings.html deleted file mode 100644 index ffd5dd8f..00000000 --- a/templates/authopenid/settings.html +++ /dev/null @@ -1,41 +0,0 @@ -{% extends "base_content.html" %} -{% load i18n %} - -{% block head %} - -{% endblock %} - -{% block content %} -
-

{{ request.user.username }} {% trans "Profile" %}

-
-
- {% if msg %} -

{{ msg }}

- {% endif %} - -
-
» {% trans "Change password" %}
-
{% trans "Give your account a new password." %}
-
» {% trans "Change email " %}
-
{% trans "Add or update the email address associated with your account." %}
- {% if is_openid %} -
» {% trans "Change OpenID %}
-
{% trans "Change openid associated to your account" %}
- {% endif %} - -
» {% trans "Delete account" %}
-
{% trans "Erase your username and all your data from website" %}
-
-
-{% endblock %} diff --git a/templates/authopenid/signin.html b/templates/authopenid/signin.html deleted file mode 100644 index aff2f06f..00000000 --- a/templates/authopenid/signin.html +++ /dev/null @@ -1,95 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} -{% block title %}{% spaceless %}{% trans "User login" %}{% endspaceless %}{% endblock %} -{% block forejs %} - - - -{% endblock %} -{% block content %} -
- {% trans "User login" %} -
-
-
- {{ form2.next }} -

{% trans "we support two login modes" %}

- {% if msg %} -

{{ msg }}

- {% endif %} -
- {% trans "Login with your OpenID" %} -
-

{% trans "select openid provider" %}

-
-
-


-

{% trans "verify openid link and login" %}

-
-

- {{ form2.openid_url }} -

-
-
-
-
- {% if form1.errors %} -

- {% trans "Sorry, looks like we have some errors:" %}
-

    - {% if form1.username.errors %} -
  • {{ form1.username.errors|join:", " }}
  • - {% endif %} - {% if form1.password.errors %} -
  • {{ form1.password.errors|join:", " }}
  • - {% endif %} -
-

- {% endif %} -
-
- {{ form1.next }} -
- {% trans "Use login name and password" %} -

{{ form1.username }}
-

{{ form1.password }}
- -
-
-
-
-{% endblock %} - -{% block sidebar %} -
-

{% trans "Why use OpenID?" %}

-

-

- {% trans "Find out more" %} »
- {% trans "Get OpenID" %} » -

-
-
-{% endblock%} - diff --git a/templates/authopenid/signup.html b/templates/authopenid/signup.html deleted file mode 100644 index a4460aa3..00000000 --- a/templates/authopenid/signup.html +++ /dev/null @@ -1,52 +0,0 @@ -{% extends "base.html" %} -{% block title %}{% spaceless %}{% trans "Signup" %}{% endspaceless %}{% endblock %} - -{% block content %} -
-

{% trans "Signup" %}

- -
-
-

{% trans "We support two types of user registration: conventional username/password, and" %} {% trans "the OpenID method" %}.

- - {% if form.errors %} - -

- {% trans "Sorry, looks like we have some errors" %}
-

-

- {% endif %} -
-
-
- {% trans "Conventional registration" %} -

{{ form.username }}
- -

{{ form.email }}
-

{{ form.password1 }}
-

{{ form.password2 }}
- -
-
-
-
-
- -
-
{{ form2.openid_url }}
-
-
-
-{% endblock %} diff --git a/templates/authopenid/yadis.xrdf b/templates/authopenid/yadis.xrdf deleted file mode 100644 index a9ed44fe..00000000 --- a/templates/authopenid/yadis.xrdf +++ /dev/null @@ -1,14 +0,0 @@ - - - - - http://specs.openid.net/auth/2.0/return_to - {% for uri in return_to %} - {{ uri }} - {% endfor %} - - - \ No newline at end of file -- cgit v1.2.3-1-g7c22