Jump to content
We've recently updated our Privacy Statement, available here ×
  • How to allow non-admin users change their passwords


    stasp
    • Features: JasperReports Server, User Authorization, User Interface Version: v6.1, v6.0, v5.6, v5.5 Product: JasperReports® Server

    Issue:

    Regular users (those without ROLE_ADMINISTRATOR) cannot change their own password by default. A superuser or jasperadmin of the organization has to change password for non-admin users.


    Resolution:

    If you want to allow non-admin users to change their own passwords, there is a property in /WEB-INF/jasperserver-servlet.xml called allowUserPasswordChange. Change this setting to value="true" and restart the server.

    <property name="allowUserPasswordChange" value="false"/>
    <!--note: if passwordExpirationInDays is positive, it will overwrite the above allowUserPasswordChange and the password changing UI will be displayed-->
    <property name="passwordExpirationInDays" value="0"/>
    

    You will have access to the password change form below the login form as link "Change Password".


    Ref. Case #00019737 -- 12:59, 20 March 2012 (UTC)


    User Feedback

    Recommended Comments

    There are no comments to display.



    Guest
    This is now closed for further comments

×
×
  • Create New...