feat(password-recovery): Add password recovery with secret question or secondary email

This commit is contained in:
smizrahi
2022-10-03 08:56:41 +02:00
parent 6931186bba
commit 656807b77d
47 changed files with 1729 additions and 159 deletions
+4
View File
@@ -115,6 +115,10 @@
- (int) maximumPictureSize;
- (BOOL) easSearchInBody;
- (BOOL) isPasswordRecoveryEnabled;
- (NSArray *) passwordRecoveryDomains;
- (NSString *) JWTSecret;
@end
#endif /* SOGOSYSTEMDEFAULTS_H */