Nick Fox
|
0a74e79cea
|
Refactor generate_invite_claims, make org_name and org_id optional
|
6 years ago |
Nick Fox
|
2f5bdc23f6
|
Fix formatting and add vault link to notification emails
|
6 years ago |
Nick Fox
|
cec28a85ac
|
Update admin page to work with new invitation flow
|
6 years ago |
Nick Fox
|
43eb064351
|
Replace invite/reinvite email functions with generic send_email
|
6 years ago |
Daniel García
|
30e768613b
|
Start using rustfmt and some style changes to make some lines shorter
|
6 years ago |
Daniel García
|
250a2b340f
|
Use new Errors in latest changes
|
6 years ago |
Daniel García
|
6a99849a1e
|
Implemented proper error handling, now we can do `user.save($conn)?;` and it works.
In the future, maybe we can do the same with the `find_by_id` methods that return an Option.
|
6 years ago |
Nick Fox
|
26bf7bc12f
|
Use upstream jslib invite/registration workflow
|
6 years ago |
Nick Fox
|
e2907f4250
|
Add invite email functionality
|
6 years ago |
Daniel García
|
94810c106a
|
Migrate to rust 2018 edition
|
6 years ago |
Daniel García
|
7112c86471
|
Updated dependencies, removed valid mail check (now done by lettre), and updated global domains file
|
6 years ago |
Daniel García
|
3df31e3464
|
Temp fix for OpenSSL 1.1.1 compatibility
|
6 years ago |
Jean-Christophe BEGUE
|
1c641d7635
|
Special messages when user has no password hint
|
6 years ago |
Jean-Christophe BEGUE
|
9e63985b28
|
Check email validity before using it for password hint sending
|
6 years ago |
Jean-Christophe BEGUE
|
401aa7c699
|
make SMTP authentication optionnal, let lettre pick the better auth mechanism
|
6 years ago |
Jean-Christophe BEGUE
|
19e0605d30
|
Better message into the password hint email
|
6 years ago |
Jean-Christophe BEGUE
|
812387e586
|
SMTP integration, send password hint by email.
|
6 years ago |