Browse Source

Oct 17: [FIX] Bug Fixed 'user_password_strength'

pull/347/head
Cybrosys Technologies 9 months ago
parent
commit
f02849365e
  1. 2
      user_password_strength/__manifest__.py
  2. BIN
      user_password_strength/static/description/banner.jpg
  3. BIN
      user_password_strength/static/description/banner.png
  4. 2
      user_password_strength/static/description/index.html

2
user_password_strength/__manifest__.py

@ -36,7 +36,7 @@
'views/signup_page_view.xml', 'views/signup_page_view.xml',
'views/restrict_password.xml', 'views/restrict_password.xml',
], ],
'images': ['static/description/banner.png'], 'images': ['static/description/banner.jpg'],
'assets': { 'assets': {
'web.assets_frontend': ['user_password_strength/static/src/js/signup_user.js', ], 'web.assets_frontend': ['user_password_strength/static/src/js/signup_user.js', ],
}, },

BIN
user_password_strength/static/description/banner.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

BIN
user_password_strength/static/description/banner.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 89 KiB

2
user_password_strength/static/description/index.html

@ -48,7 +48,7 @@
style="margin: 80px 0px !important;"> style="margin: 80px 0px !important;">
<h1 style="font-size: 2.8rem;font-weight: 700; color: <h1 style="font-size: 2.8rem;font-weight: 700; color:
#1A202C;"> #1A202C;">
USER PASSWORD STRENGTH</h1> User Password Strength - Restrict Weak Password</h1>
<p class="my-3 mb-4" <p class="my-3 mb-4"
style="max-width: 80%; font-weight: 400 !important; line-height: 32px; color: #718096;"> style="max-width: 80%; font-weight: 400 !important; line-height: 32px; color: #718096;">
User Password Strength - Configurable setting to restrict User Password Strength - Configurable setting to restrict

Loading…
Cancel
Save