1
0
Fork 0
peertube/client/src/app
Josh Morel d9eaee3939 add user account email verificiation (#977)
* add user account email verificiation

includes server and client code to:

* enable verificationRequired via custom config
* send verification email with registration
* ask for verification email
* verify via email
* prevent login if not verified and required
* conditional client links to ask for new verification email

* allow login for verified=null

these are users created when verification not required
should still be able to login when verification is enabled

* refactor email verifcation pr

* change naming from verified to emailVerified
* change naming from askVerifyEmail to askSendVerifyEmail
* undo unrelated automatic prettier formatting on api/config
* use redirectService for home
* remove redundant success notification on email verified

* revert test.yaml smpt host
2018-08-31 09:18:19 +02:00
..
+about Add features table on signup 2018-08-28 17:39:29 +02:00
+accounts Search video channel handle/uri 2018-08-27 09:41:54 +02:00
+admin add user account email verificiation (#977) 2018-08-31 09:18:19 +02:00
+my-account Search video channel handle/uri 2018-08-27 09:41:54 +02:00
+page-not-found
+verify-account add user account email verificiation (#977) 2018-08-31 09:18:19 +02:00
+video-channels Search video channel handle/uri 2018-08-27 09:41:54 +02:00
core add user account email verificiation (#977) 2018-08-31 09:18:19 +02:00
header watch view visual tweaks and search/comment placeholder dismiss on focus (#983) 2018-08-30 11:15:22 +02:00
login add user account email verificiation (#977) 2018-08-31 09:18:19 +02:00
menu Add portuguese and swedish languages 2018-08-27 11:20:06 +02:00
reset-password correct password reset disabled binding 2018-08-20 10:35:06 +02:00
search Fix search results 2018-08-28 16:02:02 +02:00
shared add user account email verificiation (#977) 2018-08-31 09:18:19 +02:00
signup add user account email verificiation (#977) 2018-08-31 09:18:19 +02:00
videos watch view visual tweaks and search/comment placeholder dismiss on focus (#983) 2018-08-30 11:15:22 +02:00
app-routing.module.ts add user account email verificiation (#977) 2018-08-31 09:18:19 +02:00
app.component.html keyboard shortcuts and key map view (#974) 2018-08-28 09:32:03 +02:00
app.component.scss
app.component.ts keyboard shortcuts and key map view (#974) 2018-08-28 09:32:03 +02:00
app.module.ts keyboard shortcuts and key map view (#974) 2018-08-28 09:32:03 +02:00
index.ts