Authenticated role disappeared???

Posted by Community Admin on 03-Aug-2018 12:25

Authenticated role disappeared???

All Replies

Posted by Community Admin on 11-Mar-2011 00:00

Hello,
I was quite sure that before SP1 there was a role called Authenticated.... now after SP1 it disappeared... I need that all the pages of my SF application can be shown only if authenticated... How can I achieve this??
Thanks

Paolo

Posted by Community Admin on 11-Mar-2011 00:00

Hi Paolo,

The role still exists in the permission sections. I prepared a short video for you.

All the best,
Ivan Dimitrov
the Telerik team

Posted by Community Admin on 11-Mar-2011 00:00

Thank Ivan, you're super!

Just a last question, in my current implementation of User's table I have got no GUID (I use an int identity), I've seen that setting the property it called

 

 

public override Telerik.Sitefinity.Security.Model.User GetUser(System.Guid id)

 

 

 

 

 

throw new System.NotImplementedException();

 

 



what should I do here??
Need I to supply a table with a mapping between my ID and the GUID?

Thanks

Posted by Community Admin on 11-Mar-2011 00:00

Hi Paolo,

We require Guid, so you can add another column to your table where you use Guid, so you will  use this column to get the users.

All the best,
Ivan Dimitrov
the Telerik team

This thread is closed