Send Email on user creation #10
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If a new user is created an email should be sent.
The email should contain:
Further:
UserLdapcreateIt is too complicated to use django signals, because it results in a lot of site effects on user creation and update.
Instead of signals I used static model methods which are after user creation.
Using smtp.uni-bamberg.de so Email Credentials are not necessary. Only Email Address is required.