- Create a record in the UserAttribute table for each user with a password generated in the tpa pipeline.
4.5.0
Added
- Add function that logs the information from the pipeline steps.
4.4.1
Changed
- Pipeline step force_user_post_save_callback now sends the post_save signal if the user is new.
4.4.0
Added
- Add new pipeline step to ensure creation of users with usable password
4.3.0
Added
- Integration tests for the Grades API.
Changed
- Integration tests now are only run if an environment variable `TEST_INTEGRATION` is set. - Fix the parsing of optional parameters for the Grades API.