gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-bank] branch master updated: don't show warning if l


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: don't show warning if logging in from the beginning
Date: Tue, 07 May 2019 21:44:00 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 564fe1a  don't show warning if logging in from the beginning
564fe1a is described below

commit 564fe1a192eec88a04d726976d524cf34d94ec9e
Author: Florian Dold <address@hidden>
AuthorDate: Tue May 7 21:43:53 2019 +0200

    don't show warning if logging in from the beginning
---
 talerbank/app/templates/login.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerbank/app/templates/login.html 
b/talerbank/app/templates/login.html
index 946ad20..dfcda00 100644
--- a/talerbank/app/templates/login.html
+++ b/talerbank/app/templates/login.html
@@ -32,7 +32,7 @@
         <p class="informational informational-fail">Your username and password 
didn't match. Please try again.</p>
         {% endif %}
 
-        {% if next and not logged_out %}
+        {% if next and next != url('profile') %}
             {% if request.user and request.user.is_authenticated %}
             <p class="informational informational-fail">Your account doesn't 
have access to this page. To proceed,
             please login with an account that has access.</p>

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]