Fabs
|
27fa791c8f
Add Administration link in menu for staff users
|
10 years ago |
Fabs
|
abc96e03c5
Update django-autocomplete-light to 2.0.0a18
|
10 years ago |
Fabs
|
c12aed4052
Unregisted Django group in admin. We do not use them currently
|
10 years ago |
Fabs
|
bb35031961
Register vpn app in admin because since django 1.7, adding a configuration from generic configuration app fail
|
10 years ago |
Fabs
|
c4dc5a66c8
Fix vpn model use username instead of ldap_cn
|
10 years ago |
Fabs
|
a02eda0b6e
Define fields variable to __all__ in forms to remove Django 1.8 depreciation
|
10 years ago |
Fabs
|
7ac44b5727
Remove South dependencies
|
10 years ago |
Fabs
|
5b92061cf7
Minor templating fix
|
10 years ago |
Fabs
|
97e923b31c
Fix vpn password gen according to new member class
|
10 years ago |
Fabs
|
8d12cbb558
Merge branch 'polymorphic_configuration' into django17_AbstractU_Polymorph
|
10 years ago |
Fabs
|
7a7011295f
Merge branch 'master' into polymorphic_configuration
|
10 years ago |
Fabs
|
1695d97a88
Move ldapdb in INSTALLED_APP before admin
|
10 years ago |
Fabs
|
b78126e523
It's no longer necessary to have ldapdb in git repository. It uses the pip package instead.
|
10 years ago |
Fabs
|
fb757f9e8d
Remove ldap-auth module usage and settings
|
10 years ago |
Fabs
|
04bbf16e1d
Fix update_fields fail if not present
|
10 years ago |
Fabs
|
308d1cf991
Fix for VPN sync_to_ldap
|
10 years ago |
Fabs
|
a02248c3be
Avoid query ldap if update_fields is set with useless field for the ldap
|
10 years ago |
Fabs
|
4ac94a6c16
Minor templates modifications
|
10 years ago |
Fabs
|
3ebc7d503f
Templates minor fixes.
|
10 years ago |
Fabs
|
a5d0a1ebd2
Templates improvement:
|
10 years ago |
Fabs
|
ad2c18b174
Add missing templates to reset password. Add link in login page.
|
10 years ago |
Fabs
|
1be194f65b
First draft of user password reset form
|
10 years ago |
Fabs
|
1cf8000400
Move password change form template
|
10 years ago |
Fabs
|
0033c78a98
Add a password change form in user gui
|
10 years ago |
Fabs
|
a79b8f89df
Add function in utils to send multialternative emails using template renderer
|
10 years ago |
Fabs
|
31f9ec7b88
Minor style fix
|
10 years ago |
Fabs
|
62d52355d5
Remove css class .button override, prefer use founction button customization
|
10 years ago |
Fabs
|
34bf2be3c4
Reset members migration because of too heavy modifications on members models.
|
10 years ago |
Fabs
|
eb7e0fdd6b
Allow empty login at user creation (auto completed from name)
|
10 years ago |
Fabs
|
a33b3cb074
Switch from AbstractBaseUser to AbstractUser to simplify code as we don't really need so deep custumization
|
10 years ago |