Two issues Auto generate password cant be deactivate and

Hi there,

I got an issue when editing the webpart "Membership request", I want the user to choose his own password since I havent configure the smtp settings, but when I deactive the auto generate password and press apply, It activate again...so I wonder if I did something wrong or its a normal issue that sometimes happen...if so, is there any solution?.

The other issue is that membership request management isnt working but no idea how to solve that problem.

The rest is working like a charm, reset password, roles, etc its amazing, hope someone figure out how to fix those 2 issues I have.

Thanks beforehand for all the information that you share.

 

 

 

 

I expect you have review membership requests turned on. When review membership requests is turned on, the password is not stored on the membership review list for security purposes, and so must be auto generated.

What's not working with the membership request management?

Hi there and thank you for your answer. 

 

About the membership request management, when I tried to use the membership request,webpart, and create an user, it actually does it, and I can see it inside the user management, but it doesn't display the new request...is it because I havent set up the stmp on server?.

About the first issue, I deactivated the review request and now I can deactive from the webpart the behavior auto generate password, but now  when I try to create a new user using the webpart after confirm, it display "An unexpected error has occured...." so after reading the log this seems to be the problem:

 

09/07/2012 08:49:00.19 	w3wp.exe (0x0D8C)                       	0x1358	SharePoint Foundation         	Logging Correlation Data      	xmnv	Medium  	Name=Request (GET:http://orus:81/SitePages/Forms/AllPages.aspx)	cc22caf1-904c-431a-bd8e-69ecec56b790
09/07/2012 08:49:00.19 	w3wp.exe (0x0D8C)                       	0x1358	SharePoint Foundation         	Logging Correlation Data      	xmnv	Medium  	Site=/	cc22caf1-904c-431a-bd8e-69ecec56b790
09/07/2012 08:49:00.19 	w3wp.exe (0x0D8C)                       	0x1358	SharePoint Foundation         	Monitoring                    	b4ly	High    	Leaving Monitored Scope (PostResolveRequestCacheHandler). Execution Time=10,9561410737957	cc22caf1-904c-431a-bd8e-69ecec56b790
09/07/2012 08:49:00.20 	w3wp.exe (0x0D8C)                       	0x1358	Document Management Server    	Document Management           	cm6w	Medium  	Template Discovery/InitScriptData: cannot get user profile, no UserProfileApplicationProxy exists in the current context	cc22caf1-904c-431a-bd8e-69ecec56b790
09/07/2012 08:49:00.20 	w3wp.exe (0x0D8C)                       	0x1358	Document Management Server    	Document Management           	cm6w	Medium  	Template Discovery/InitScriptData: cannot get user profile, no UserProfileApplicationProxy exists in the current context	cc22caf1-904c-431a-bd8e-69ecec56b790
09/07/2012 08:49:00.23 	w3wp.exe (0x0D8C)                       	0x1358	SharePoint Foundation         	Monitoring                    	b4ly	Medium  	Leaving Monitored Scope (Request (GET:http://orus:81/SitePages/Forms/AllPages.aspx)). Execution Time=60,4163378306461	cc22caf1-904c-431a-bd8e-69ecec56b790
09/07/2012 08:49:01.70 	w3wp.exe (0x0D8C)                       	0x1358	SharePoint Foundation         	Monitoring                    	nasq	Medium  	Entering monitored scope (Request (GET:http://orus:81/SitePages/Register.aspx))

So I did the whole process for FBA, but it keeps displaying the unexpected error, so I guess there's something I have skip. Again thanks for your help.

I don't believe the error message you included is related to the FBA Pack. If the web part is saying unexpected error, search for "FBA Pack" in the log file and you should find the issue.

If you don't have SMTP setup with SharePoint I can pretty much guarantee that is the issue. It is required for the web parts to work. If you have Review Membership Requests turned on, the user should get a "Pending" email when they sign up. They'll get an "approved" email when the user is approved in the membership request management list. If review membership requests is turned off, they'll get an "approved" email immediately.

Hi,

You were right, without SMTP it doesnt work as it should, but as soon as I Installed SMTP everything started to work well. Thank you so much.