assemblee-virtuelle / Semantic-Bus

object flow treatment, data transformation
GNU General Public License v3.0
55 stars 9 forks source link

Pb with link sent in mails #381

Open Mikoteko opened 8 months ago

Mikoteko commented 8 months ago

Example of links sent for password reset : (additional problem linked to the update of the securemailmodel class ???)

http://localhost/ihm/login.html#forgot_password/changePassword?code=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MDMyNTY2MTAsImlhdCI6MTcwMzI1NjAxMCwiaXNzIjoiZW1pbGllcGFjaGVjb0B5YWhvby5jb20iLCJzdWJqZWN0IjoicmVjb3ZlcnlfcGFzc3dvcmQifQ.DYMMQrIEefGB3qLY9NEzukpdTuBWaU0NJh42dXcmIpU&mail=emiliepacheco%40yahoo.com

Link to check your account :

http://localhost/data/auth/secure?code=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MDQ0NjU2MDMsImlhdCI6MTcwMzI1NjAwMywiaXNzIjoiZW1pbGllcGFjaGVjb0B5YWhvby5jb20iLCJzdWJqZWN0IjoidmVyaWZ5In0.SLoSrw-zDCjaf_ae8uo2CnSaGWN6Mog29pDDOmw9cpM&mail=emiliepacheco%40yahoo.com

Both of them don't work, maybe because of the token ?

image