Send Email on user creation #10

Closed
opened 2019-03-29 12:14:58 +00:00 by mgoetz · 2 comments
Owner

If a new user is created an email should be sent.
The email should contain:

  • Username
  • Password set link
  • account login link
  • expire time

Further:

  • User email Credentials given in the realm attr
  • Use django signals to send mail on UserLdap create
If a new user is created an email should be sent. The email should contain: - [x] Username - [x] Password set link - [x] account login link - [x] expire time Further: - [ ] User email Credentials given in the realm attr - [ ] Use django signals to send mail on `UserLdap` create
mgoetz added this to the v1.0.0 milestone 2019-03-29 12:28:31 +00:00
mgoetz self-assigned this 2019-03-30 00:11:01 +00:00
mgoetz removed their assignment 2019-03-30 00:13:01 +00:00
mgoetz self-assigned this 2019-03-30 00:13:39 +00:00
Author
Owner

It 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.

It 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.
Author
Owner

Using smtp.uni-bamberg.de so Email Credentials are not necessary. Only Email Address is required.

Using smtp.uni-bamberg.de so Email Credentials are not necessary. Only Email Address is required.
This repo is archived. You cannot comment on issues.
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mgoetz/ldap_account_manager#10
No description provided.