Browse Source

Incluyo opción cambio contraseña

politica
Celestino Rey 1 year ago
parent
commit
66380bd5d1
4 changed files with 7 additions and 6 deletions
  1. +3
    -3
      JugarAlPadel/K8S/Makefile
  2. +2
    -2
      JugarAlPadel/K8S/env-prod-configmap.yaml
  3. +1
    -1
      JugarAlPadel/gestion_reservas/templates/eventos/lista_eventos.html
  4. +1
    -0
      JugarAlPadel/gestion_reservas/templates/registration/login.html

+ 3
- 3
JugarAlPadel/K8S/Makefile View File

@ -1,8 +1,8 @@
export ARQUITECTURA := $(shell lscpu |grep itectur | tr -d ' '| cut -f2 -d':')
#export REGISTRY=localhost:5000
export REGISTRY=registry.reymota.es
export REGISTRY=localhost:5000
#export REGISTRY=registry.reymota.es
export IMG_VERSION = 0.17
export IMG_VERSION = 0.19
export IMG_NGINX_VERSION = 2.3
# limpia todo


+ 2
- 2
JugarAlPadel/K8S/env-prod-configmap.yaml View File

@ -1,8 +1,8 @@
apiVersion: v1
data:
DEBUG: "False"
DJANGO_ALLOWED_HOSTS: "jugaralpadel.ddns.net reymota.es k8s-server localhost 127.0.0.1 [::1]"
CSRF_TRUSTED_ORIGINS: "https://jugaralpadel.ddns.net"
DJANGO_ALLOWED_HOSTS: "jugaralpadel.ddns.net vmcluster reymota.es k8s-server localhost 127.0.0.1 [::1]"
CSRF_TRUSTED_ORIGINS: "https://jugaralpadel.ddns.net http://vmcluster"
SECRET_KEY: change_me
SQL_DATABASE: jugaralpadel
SQL_ENGINE: django.db.backends.postgresql


+ 1
- 1
JugarAlPadel/gestion_reservas/templates/eventos/lista_eventos.html View File

@ -67,7 +67,7 @@
</tbody>
</table>
{% else %}
<p>No se han encontrado eventos para este autor</p>
<p>No se han encontrado eventos.</p>
{% endif %}
</div>


+ 1
- 0
JugarAlPadel/gestion_reservas/templates/registration/login.html View File

@ -56,6 +56,7 @@
<a href="{{ password_reset_url }}">{% translate 'Forgotten your password or username?' %}</a>
</div>
{% endif %}
<p>Si quieres cambiar la contraseña <a href="{% url 'password_change' %}">pincha aquí</a></p>
<div class="text-center">
<input type="submit" class="btn app-btn-primary w-100 theme-btn mx-auto" value="{% translate 'Log in' %}">


Loading…
Cancel
Save