sitecore6 - How to remember password field in Sitecore custom user profile? -


i've come across annoying problem custom properties added sitecore user profile.

i've added password field custom user profile, field not prepopulate value on load, if make changes other fields , save, overwrite existing password blank, unless type in password again on every edit.

for example,

custom user profile original saved data: 1. phone number = 123.456.7890 2. password = 1234

edit phone number , save: 1. phone number = 123.123.1234 2. password = [blank]

the problem because password field display blank on loading, there way make field fetch data , mask it? or have overwrite existing sitecore field resolver class ignore blank space?

thank you.

after checking sitecore documents...

there no way handle without rewriting security api. user profile template handles basic text field type.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -