Skip to content

Refactor: Success email on single page creation

For now, we rewrite the reset password method and this is a bad practice for maintainance. We should:

  • Create a custom mailer/my_mailer.rb
  • Use Devise methods to get a reset password token
  • Send the mail with the organization name, password token attribute to the creators of the space page.
Edited by Hadrien Froger