Skip to content

API ocs/v1.php/cloud/users/ #4445

@marinofaggiana

Description

@marinofaggiana

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 :

  1. I create a user Marino password blablblaa with Admin group on Nextcloud Server.

  2. 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 = "";
        };
    };
}
  1. 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 :

image1

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions