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:
Klaus Basan
2019-04-01 05:12:57 +02:00
committed by Mat Sutcliffe
parent e2e7621e48
commit f9884cd585
5 changed files with 41 additions and 12 deletions

View File

@@ -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
};