Skip to content

Commit cc5e2d2

Browse files
ChristophWurstbackportbot[bot]
authored andcommitted
Document client login flow login name mismatch
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
1 parent f0b48f0 commit cc5e2d2

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

  • developer_manual/client_apis/LoginFlow

developer_manual/client_apis/LoginFlow/index.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,3 +155,12 @@ This will return a 404 until authentication is done. Once a 200 is returned it i
155155
156156
Use the server and the provided credentials to connect.
157157
Note that the 200 will only be returned once.
158+
159+
160+
Troubleshooting
161+
---------------
162+
163+
Login name vs. email login
164+
^^^^^^^^^^^^^^^^^^^^^^^^^^
165+
166+
Nextcloud allows authentication with user's *login name*, which can be their UID, an email address and similar. The identifier used for the session in which the user generates the app password will be stored into the database record of the generated app password. Therefore the identifier used in the web session that authorizes a client must match the identifier used in the connecting client.

0 commit comments

Comments
 (0)