قرینه از
https://github.com/matomo-org/matomo.git
synced 2025-08-21 22:47:43 +00:00

* Adjust Development SMS provider to log messages instead of a notification Notifications don't work here correctly anymore, as the messages are sent through the API, where access to the session may not be possible" * Extend verification code to 6 alhpanumeric characters * Limit number of unverified phone numbers to 3 per user * Add confirmation when removing a phone number * Store verification details and ensure that verification code expires after 3 failed tries or 10 minutes * Sort numbers in UI so unverified are listed first * improve usability of phone number management * Add possibility to resend a verification code * fix a couple of tests * Adds some more tests * move UI tests to plugin * adds some more UI tests * Only validate numbers when adding them * apply some review feedback