cmile
3589cd0c48
get ldap admins directly from ldap
2022-09-27 20:51:40 +02:00
Matthias
09af25761c
Fixes IndexError on save with removed member forwarding email ( #11 )
...
* Fixed IndexError if a non existent field gets queried for a value. Using dict.get to either get a value or provide a reasonable default
* Removed list construction around new_key value
* Clean up source code with 80x25 terminal and vim (complies with PEP-8)
* Added some docstrings
2020-12-05 23:23:19 +01:00
cmile
bc0258ea8f
upgrade to django 1.11.16 and python3.6
2018-10-03 00:16:28 +02:00
Uwe Kamper
eacbb841a7
added preferred email view, added possibility to delete ldap keys (when a None is provided as value
2015-12-01 00:32:51 +01:00
6748dcc4b7
added uidNumner to admin user list
2015-09-26 17:54:04 +02:00
8bf6c36bcb
added real names to admin user list combo
2013-11-12 21:28:00 +01:00
Uwe Kamper
e61e2bda91
#14 Number of total active crew members is now on homepage after the login.
2013-10-29 04:20:52 +01:00
Uwe Kamper
5e29478516
#11 passwords are now stored with aes-128 encryption
2013-10-27 21:13:41 +01:00
56c684d355
added admin password setting function
2013-10-26 22:40:47 +02:00
Uwe Kamper
5558882b9a
everything except admin works
2013-10-26 20:06:42 +02:00
Uwe Kamper
96ff186913
clean templates, add userdetail and proper landing page
2013-10-25 01:03:16 +02:00
Uwe Kamper
8fdc6064fa
forms work and are saved to ldap correctly, added RFID form
2013-10-24 21:27:15 +02:00