Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I followed the guide here http://umbraco.com/follow-us/blog-archive/2012/11/6/contour-30-features-code-first.aspx and implemented everything exactly as it is there. When I use the form it saves the password in plain text in contour which is a big no no.
I was wondering how people get around this issue?
Every solution I seem to come up with is very hacky, I create another field type of password no save and do everything in http post, but it is not vary elegant. Is there a way of stopping contour saving values to the database?
Comment author was deleted
Do you need the records in Contour otherwise you could try to just delete the record after form submit, there is an event you can hook into
What is the best way of removing records from contour? Just the sql commands?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Saving password in contour 3
I followed the guide here http://umbraco.com/follow-us/blog-archive/2012/11/6/contour-30-features-code-first.aspx and implemented everything exactly as it is there. When I use the form it saves the password in plain text in contour which is a big no no.
I was wondering how people get around this issue?
Every solution I seem to come up with is very hacky, I create another field type of password no save and do everything in http post, but it is not vary elegant. Is there a way of stopping contour saving values to the database?
Comment author was deleted
Do you need the records in Contour otherwise you could try to just delete the record after form submit, there is an event you can hook into
What is the best way of removing records from contour? Just the sql commands?
is working on a reply...