Bug #68092 MySQLMembershipProvider: Returns null after execute Createuser
Submitted: 16 Jan 2013 7:27 Modified: 23 Feb 2013 17:04
Reporter: Flavio Oliveira Email Updates:
Status: No Feedback Impact on me:
None 
Category:Connector / NET Severity:S1 (Critical)
Version:6.6.4 OS:Any
Assigned to: CPU Architecture:Any
Tags: MySqlMembershipProvider

[16 Jan 2013 7:27] Flavio Oliveira
Description:
after execute the method Create User, nothing is returned

How to repeat:
C#: 

MembershipCreateStatus status;

MembershipUser u = Membership.CreateUser(o.username, o.password, o.email, o.passwordQuestion, o.passwordAnswer, true, out status);
[23 Jan 2013 17:04] Fernando Gonzalez.Sanchez
Hi, 

This method does returns a MembershipUser instance in 6.6.4.
can you provide more details under which conditions does not return a user?

Thanks
[24 Feb 2013 1:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".