Hi,
If this is a multi site installation, by default the password format can only be changed from the root site. To make it possible to change it from the child site you need to put this in your user.config
<add key="AllowPasswordFormatChangeInChildSites" value="true" />
Hope it helps,
Joe