Reauthorise user before saving / updating

Reauthorise user before saving / updating

Old forum URL: forums.lhotka.net/forums/t/12716.aspx


timster posted on Saturday, August 09, 2014

I need to prompt user for there password before changing critical information on a form.

I am use DevExpress ASP.NET Data view in model edit form mode.

I added a Password property on my Business Object which is NOT loaded from database and acts pretty much as a write only field.  This password is sent to database on update for validation in my update stored proc.

How do I create a business rule that requires this field to be present if any properties change?  Would using the IsDirty property in the evaluation of the business rule help?

Kind Regards

Tim

ajj3085 replied on Wednesday, August 13, 2014

Yes, your business rule would check IsDirty and only require a value if its true.

Copyright (c) Marimer LLC