IFB-ElixirFr / ifbcat

IFB Catalogue REST API.
GNU General Public License v3.0
1 stars 0 forks source link

Send a mail to the user when zhe gets an account #265

Closed bryan-brancotte closed 2 years ago

bryan-brancotte commented 2 years ago

From an assumption of @Sylmila we would send a mail when a user become is_active, is_staff, and granted with basic permissions

bryan-brancotte commented 2 years ago

We should use the signals to catch when a user is changed. With such approache we are sure to cover every use case where a user can be granted.

bryan-brancotte commented 2 years ago

Fixed with #271