Sorry, this is my def changePassword():

def changePassword():
    change_password = auth.change_password()
    if change_password.accepts(request.vars, session,
onvalidation=validateChangePassword):
        response.flash = "Password updated"
    return change_password

Reply via email to