MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

External forms authentication  (Mono Support )

Viewed 26118 time(s), 13 post(s) 9/3/2013 1:20:46 PMby inanc
khorvat

khorvat

9/10/2013 7:18:16 AM
Can you please check, in your custom membership provider, what username was being resolved so we can start checking why this user wasn't found etc.

Regards
This content has not been rated yet. 
15993 Reputation 2214 Total posts
inanc

inanc

9/20/2013 12:57:41 PM
Hello,
I've just forgotten to add the line

<membership defaultProvider="TSEMembershipProvider" hashAlgorithmType="SHA1">
      <providers>
        <remove name="MonoXMembershipProvider"/>
       .
       .
       .
      </providers>
    </membership>
<remove name="MonoXMembershipProvider"/>
in the  <membership> </membership> section.
The following url may be useful
http://weblogs.asp.net/scottgu/archive/2006/11/20/common-gotcha-don-t-forget-to-clear-when-adding-providers.aspx

my avatar is just my thing. Heh...
Kind regards

This content has not been rated yet. 
469 Reputation 60 Total posts
khorvat

khorvat

9/20/2013 1:05:22 PM
Yup that can mess your business ;) .. I'm glad that your new membership is working now.

Regards
This content has not been rated yet. 
15993 Reputation 2214 Total posts
1 2