You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nextcloud/lib/private/Accounts
Arthur Schiwon aacaad2a3f
implement verification for additional mails
- mails added by (sub)admins are automatically verified
- provisioning_api controller as verification endpoint
- IAccountProperty gets a locallyVerified property
- IPropertyCollection gets a method to fetch an IAccountProperty by value
  - an remove equivalent was already present
- AccountManager always initiates mail verification on update if necessary
- add core success template for arbitrary title and message

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 years ago
..
Account.php adjust internal data handling logic to fix store and load 3 years ago
AccountManager.php implement verification for additional mails 3 years ago
AccountProperty.php implement verification for additional mails 3 years ago
AccountPropertyCollection.php implement verification for additional mails 3 years ago
Hooks.php fix code style 3 years ago
TAccountsHelper.php fix code style 3 years ago