-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Description
I have several user with crash at login with the new version Nextcloud iOS 2.17
I have found a issue with my Nextcloud 11 :
-
I create a user Marino password blablblaa with Admin group on Nextcloud Server.
-
Insert in Nextcloud iOS new user credential Marino (case sensitive ?!) password blablabla, the API ocs/v1.php/cloud/users/ return :
2017-04-22 12:51:43.917 Nextcloud[34280:994288] [LOG] User Profile : {
ocs = {
data = {
displayname = Marino;
email = "<null>";
enabled = true;
quota = {
free = 35686019072;
quota = "-3";
relative = "0.02";
total = 35693093802;
used = 7074730;
};
};
meta = {
itemsperpage = "";
message = OK;
status = ok;
statuscode = 100;
totalitems = "";
};
};
}
- If I creata a user marino (case sensitive ?!) password blablabla , the API ocs/v1.php/cloud/users/ return :
2017-04-22 13:01:56.587 Nextcloud[34316:1000569] [LOG] User Profile : {
ocs = {
data = {
displayname = Marino;
email = "<null>";
enabled = true;
quota = (
);
};
meta = {
itemsperpage = "";
message = OK;
status = ok;
statuscode = 100;
totalitems = "";
};
};
}
Now quota is NULL and iOS crash !
This is a log of a user :