@codec the phishing warning is probably triggered due the Nextcloud logo which is inserted which is not apart of your domain. E.g. logo redirects to nextcloud.github.com/somelogourl while your email is codec@example.com. This is probably the reason as why the message shows. I donât know of a direct solution.
@jason_bullough The failure to upload files is probably related because of the password policy bug which is adressed in the new build. For your second error âsettings are incorrectâ, this can be related to the brute-force settings.
@blu-IT This might be related to the password-policy bug adressed in the new build.
Brute-force protection issue
Symptom: sometimes the add-in will generate a âPlease check the server url, username and passwordâ error. This is probably related to the brute-force protection being triggered (to many api requests). This can happen when many users use Nextcloud (plus add-in).
âIf triggered, brute force protection makes requests coming from an IP on a bruteforce protected controller with the same API slower for a 24 hour periodâ
For the add-in this means that a time-out comes up and therefor it thinks the login failed.
To solve this, install the brute-force settings app and whitelist your network.
https://apps.nextcloud.com/apps/bruteforcesettings
Here is the new build, with versioning⌠(2.2.0.1)
- Added; Italian language support
- Fixed; Password policy bug (affects NC server version 12+)