mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
Ref T586, allow to do SSO even if the user not yet is enabled in the DB
Rational: user can do authenticated mappings/quick mapping without the account approved
This commit is contained in:
committed by
Mat Sutcliffe
parent
e2e7621e48
commit
f9884cd585
@@ -31,13 +31,13 @@ namespace BlackMisc
|
||||
*/
|
||||
class BLACKMISC_EXPORT CRole :
|
||||
public CValueObject<CRole>,
|
||||
public BlackMisc::Db::IDatastoreObjectWithIntegerKey
|
||||
public Db::IDatastoreObjectWithIntegerKey
|
||||
{
|
||||
public:
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexName = BlackMisc::CPropertyIndex::GlobalIndexCRole,
|
||||
IndexName = CPropertyIndex::GlobalIndexCRole,
|
||||
IndexDescription
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user