- 03 Nov, 2016 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 02 Nov, 2016 2 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
This transition is now available when Person has no validated Login document. Person's reference is now set only when it is not yet set.
-
- 28 Oct, 2016 1 commit
-
-
Kazuhiko Shiozaki authored
Before it raised an exception if called with id=(A, B) where A has Login and B has no Login.
-
- 27 Oct, 2016 25 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Vincent Pelletier authored
Simplified rework of ERP5 User Manager without module-level callables and implementing more of PAS API. Implement IAuthenticationPlugin API better, so PAS API becomes usable for ERP5-based authentication.
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
use getId() instead of getUserName() where user is supposed to be neither Anonyous User nor System Processes.
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 26 Oct, 2016 9 commits
-
-
Kazuhiko Shiozaki authored
so that getId() is used for ERP5 users and getUserName() is used for special users like Anonyous User or System Processes whose id is None.
-
Vincent Pelletier authored
Allows being compatible with future, improved PAS plugin features. Also, drop a few useless imports.
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
In ERP5User, getId() is the identifier, but for SpeicalUser, like Anonymous User, System Processes etc., getId() is None.
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
otherwise self._person_value's path becomes like /erp5/acl_users/1 instead of /erp5/person_module/1.
-
Vincent Pelletier authored
Add methods to retrieve the user and login documents using PAS API.
-
Vincent Pelletier authored
For forward compatibility with multi-login, login-change, login-is-not-id improvements.
-
Vincent Pelletier authored
This API is deprecated.
-
- 25 Oct, 2016 2 commits
-
-
Sven Franck authored
-
Sven Franck authored
-