#1 2011-11-09 09:40:51

esmondb
Member
From: London
Registered: 2010-07-20
Posts: 299

Guest user

I'm trying to log in as a guest user.

TSQLAuthGroup.InitializeTable (line 19325 of SQLite3Commons.pas) creates a guest group but not a guest user like with Admin, Supervisor and User. Are guest logins handled differently?

Offline

#2 2011-11-09 10:52:58

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,659
Website

Re: Guest user

You'll have to add yourself the guest user to the table.

It was on purpose, for security reasons.

The guest may have a void password, for instance.

But they are not handled differently, just with different rights.

As stated by the documentation:

group        POST SQL  Auth R  Auth W  Tables R  Tables W
 Admin        Yes      Yes     Yes      Yes      Yes
 Supervisor   No       Yes     No       Yes      Yes
 User         No       No      No       Yes      Yes
 Guest        No       No      No       Yes      No

Offline

Board footer

Powered by FluxBB