> is forms authentication being supported in version 2.0.0.20?

I didn't really finish the Forms auth integration until 2.0.0.34. 2.0.0.20
is really old and out of date at this point. Can you run  2.0.0.41 instead?
Forms authentication is fully implemented there. 
 
> i have seen in
> http://flexwiki.com/default.aspx/FlexWiki/Authentication%20Options.html
> that if we want to use forms authentication, a little modification in
> web.config file like below
>         <authentication mode="Forms" >
> 
>                 <forms loginUrl="Login.aspx">
>                         <credentials passwordFormat="Clear">
>                                 <user name="
> [EMAIL PROTECTED]" password="password"></user>
>                         </credentials>
>                 </forms>
>         </authentication>
>         <authorization>
> 
>                 <deny users="?" /> <!-- Deny all anonymous users -->
>         </authorization>
> so, we have to specify a list of users in the credentials? 

No, that's just one possibility. I'd recommended instead storing your user
database in a SQL Server instance. This is different from storing the wiki
*content* in SS, which is not yet supported. 

The thing to remember here is that FlexWiki itself has no facility
whatsoever for authentication. It leaves that up to IIS and ASP.NET. So you
can use whatever you've already got support for, like the built-in support
in ASP.NET for storing users in a SQL Server database. 

Does that make sense? 



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Flexwiki-users mailing list
Flexwiki-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexwiki-users

Reply via email to