nextcloud / ios

📱 Nextcloud iOS App
https://itunes.apple.com/us/app/nextcloud/id1125420102
GNU General Public License v3.0
1.95k stars 878 forks source link

Too many login attempts #2383

Open gabriel-joy opened 1 year ago

gabriel-joy commented 1 year ago

Steps to reproduce

Closing or Opening the iOS App generates 2 Login attempts.

Expected behavior

Do not login when closing the IOS App. Only one login attempt when opening the app.

Logs

{"reqId":"3OtjyhiZ6CdlJ2H8bOnn","level":1,"time":"2023-03-28T08:45:35+00:00","remoteAddr":"x.y.z.t","user":"--","app":"admin_audit","method":"PROPFIND","url":"/remote.php/dav/files/monica","message":"Login attempt: \"monica\"","userAgent":"Mozilla/5.0 (iOS) Nextcloud-iOS/4.7.0","version":"25.0.2.3","data":{"app":"admin_audit"}} {"reqId":"3OtjyhiZ6CdlJ2H8bOnn","level":1,"time":"2023-03-28T08:45:35+00:00","remoteAddr":"x.y.z.t","user":"--","app":"admin_audit","method":"PROPFIND","url":"/remote.php/dav/files/monica","message":"Login attempt: \"monica\"","userAgent":"Mozilla/5.0 (iOS) Nextcloud-iOS/4.7.0","version":"25.0.2.3","data":{"app":"admin_audit"}} {"reqId":"3OtjyhiZ6CdlJ2H8bOnn","level":1,"time":"2023-03-28T08:45:35+00:00","remoteAddr":"x.y.z.t","user":"monica","app":"admin_audit","method":"PROPFIND","url":"/remote.php/dav/files/monica","message":"Login successful: \"monica\"","userAgent":"Mozilla/5.0 (iOS) Nextcloud-iOS/4.7.0","version":"25.0.2.3","data":{"app":"admin_audit"}}

tobiasKaminsky commented 1 year ago

Propfind to user folder is normal, to check if any changes happened. Not sure why it is done when closing app. This seems to be a wrong message by admin_audit, as it is not a real login.

gabriel-joy commented 1 year ago

Login and Logout from browser are similar with iOS app.

marinofaggiana commented 1 year ago

... and not only, "Login successful: "monica"" ??