unrhodecode/rhodecode/authentication
Martin Bornhold 0641c0e2d0 authn: Generate the form default values manually.
When using colander.flatten(data) it adds colander.null for each
missing form field. But this is not correct. What we want here is
a dict wich contains only the keys/values from request.params that
match a form field.
2016-06-28 16:28:18 +02:00
..
plugins ldap-auth: fixed wrong Missing check 2016-06-08 14:03:02 +02:00
tests authn: Test authentication plugin settings POST views. 2016-06-20 17:27:31 +02:00
__init__.py authn: Remove doubled colon in plugin ID generation. 2016-06-06 16:15:38 +02:00
base.py authn: Use type() instead of __class__ attribute. 2016-06-21 08:09:55 +02:00
interface.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
registry.py authn: Bugfix, use the fallback plugin setting in log message. 2016-06-06 16:14:37 +02:00
routes.py i18n: Use new translation string factory. 2016-05-27 12:15:09 +02:00
schema.py i18n: Use new translation string factory. 2016-05-27 12:15:09 +02:00
views.py authn: Generate the form default values manually. 2016-06-28 16:28:18 +02:00