Open
Description
- Add a new
LBIdentity
class (Add LBIdentity class for integrating with identity plugins #7) - Update bridge API user
create
view:- Use new
LBIdentity.get
method - Use normal Django model
create
method to create the user object
- Use new
- In WCP:
- Drop custom
JPLPersonnel.user
method and replace withpost_save
signal handler - In
post_save
handler method, callLBIdentity.get(identifier)
to hydrate user attrs
- Drop custom