djblets.auth.views.register() emits user_registered signal on success.

Review Request #6334 — Created Sept. 19, 2014 and submitted — Latest diff uploaded

Information

Djblets
master
5fb821f...

Reviewers

djblets.auth.views.register() emits user_registered
signal on success. This is useful for doing additional
work outside of djblets.auth.views.register() when a
user registers.

All unit tests pass.

Manually tested it, and it works.

No automated testing done.

Diff Revision 2

This is not the most recent revision of the diff. The latest diff is revision 3. See what's changed.

orig
1
2
3
djblets/auth/signals.py
djblets/auth/views.py
Loading...