c# - Way to force User to Enter Password in MVC to perform certain Actions -


i have crud model in mvc project. trying make user enter password if user authenticated when performing actions.

[httppost] [validateantiforgerytoken] public actionresult delete_mv(mainvehicle c, int id = 0) { //verify user password //provide backup/download link userdata , delete data on server } 


Comments

Popular posts from this blog

curl - PHP fsockopen help required -

HTTP/1.0 407 Proxy Authentication Required PHP -

java - More than one row with the given identifier was found: 1, for class: com.model.Diagnosis -