StrataFrame Forum
Home      Members   Calendar   Who's On
Welcome Guest ( Login | Register )
      


««12

Change Password Dialog Issues/QuestionsExpand / Collapse
Author
Message
Posted 11/06/2007 1:16:50 PM
StrataFrame VIP

StrataFrame VIPStrataFrame VIPStrataFrame VIPStrataFrame VIPStrataFrame VIPStrataFrame VIPStrataFrame VIPStrataFrame VIP

Group: StrataFrame Users
Last Login: Yesterday @ 7:28:14 PM
Posts: 1,280, Visits: 3,259
OK, I just figured out my problems. The Login.ShowPasswordChangeForm takes as an argument a SFSUserBO. It finally dawned on me that the form was probably just changing the BO, but not saving it. If I use code like:
Using userBO as New SFSUsersBO()
userBO.FillByPrimaryKey(SecurityBasics.CurrentUser.UserPK)
If Login.ShowPasswordChangeForm(userBO) Then
userBO.Save()
End If
End Using

it works.

So, the only thing needing fixing is the confirm password label (as far as I know)
Post #12499
Posted 11/07/2007 9:37:30 AM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: Today @ 3:31:03 AM
Posts: 4,586, Visits: 4,569
Great.  We will be sure that it is corrected in the next update.   Thanks.
Post #12523
« Prev Topic | Next Topic »

««12

Reading This TopicExpand / Collapse
Active Users: 0 (0 guests, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: Ben Chase, Trent L. Taylor, Steve L. Taylor

PermissionsExpand / Collapse

All times are GMT -6:00, Time now is 5:42am

Powered by InstantForum.NET v4.1.4 © 2008
Execution: 0.047. 10 queries. Compression Enabled.
Site Map - Home - My Account - Forum - About Us - Contact Us - Try It - Buy It

Microsoft, Visual Studio, and the Visual Studio logo are trademarks or registered trademarks of Microsoft Corporation in the United States and/or other countries.