orion / freeipa

Forked from freeipa 5 years ago
Clone

b9c27b6 webui: fixed showing of success message after password change on login

Authored and Committed by pvoborni 8 years ago
    webui: fixed showing of success message after password change on login
    
    similar issue and cause as in https://fedorahosted.org/freeipa/ticket/5567
    
    root cause is that binding triggers validation which clears messages in
    validation summary. Maybe it could be refactored in a future to not use
     the same validation summary field for API calls and fields.
    
    Reviewed-By: Pavel Vomacka <pvomacka@redhat.com>