hi craig,

thanks a lot for the immediate responses...

is forms authentication being supported in version 2.0.0.20?

i have seen in
http://flexwiki.com/default.aspx/FlexWiki/Authentication%20Options.html<http://flexwiki.com/default.aspx/FlexWiki/Authentication%2520Options.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? maybe because
this is still a flat file storage system? is there any way to specify a list
of users?

hmm, with regards to querying user credentials in a database, this is not
yet possible right? since, sqlprovider support is not yet finished for
versions 2.0.'s... ?

thanks a lot,
helen
-------------------------------------------------------------------------
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