gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-codeless] branch master updated: fixed password fiel


From: gnunet
Subject: [GNUnet-SVN] [taler-codeless] branch master updated: fixed password field in login
Date: Thu, 02 Aug 2018 00:25:10 +0200

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

shivam-kohli pushed a commit to branch master
in repository codeless.

The following commit(s) were added to refs/heads/master by this push:
     new 103bd2f  fixed password field in login
103bd2f is described below

commit 103bd2f2287fa79865d5f614a38967fcc3e85448
Author: shivam kohli <address@hidden>
AuthorDate: Thu Aug 2 03:55:03 2018 +0530

    fixed password field in login
---
 inventory/forms.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/inventory/forms.py b/inventory/forms.py
index cb52a71..36653b1 100644
--- a/inventory/forms.py
+++ b/inventory/forms.py
@@ -64,6 +64,7 @@ class SignUpForm(UserCreationForm):
 
 
 class LoginForm(forms.ModelForm):
+    password = forms.CharField(widget=forms.PasswordInput)
     class Meta:
         model = User
         fields = (

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



reply via email to

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