•  
      request #21742 Set admin email in the docker image
    Infos
    #21742
    Thomas Cottier (tcottier)
    2022-03-31 11:48
    2021-06-01 09:51
    23329
    Details
    Set admin email in the docker image

    When we use the docker image with the TULEAP_EMAIL_ADMIN environment variable, we should set the admin user email to its value.

    As in some infrastructure, we can not easily access the .tuleap_passwd file, this will allow the user to reset the password and connect for the first time.

    Docker images
    All
    EL7 (CentOS|RHEL)
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Thomas Cottier (tcottier)
    Closed
    2022-03-31
    Attachments
    Empty
    References
    Referencing request #21742

    Follow-ups

    User avatar

    Regarding this point, I came to a doubt. As @tgerbet pointed out we should be consistent between site administrator email and $sys_email_admin. At the installation time, it's easy to do but what about the updates.

    When site admin change its email in the Web UI, shall we update $sys_email_admin ? When $sys_email_admin is changed in configuration, shall site administrator email be changed as well ?

    At the end, shall we keep $sys_email_admin or should it be admin email address directly ? (I'm not really in favor of this one because we often recommend to deactivate admin for per-user admin accounts like admin_john)