Skip to content
Snippets Groups Projects
Commit b2570298 authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

Change the var name to admin_email in example config

parent 154bbef0
No related branches found
No related tags found
4 merge requests!147Merge previous default branch feat-cod-rmq into main,!85kill nginx process running under user from login node,!78Feat cod rmq,!67Make changes to example config file
...@@ -14,7 +14,7 @@ rc_users_ldap_repo_loc = "~/git/rc-users" ...@@ -14,7 +14,7 @@ rc_users_ldap_repo_loc = "~/git/rc-users"
# Config related to email # Config related to email
Server = 'localhost' Server = 'localhost'
My_email = 'root@localhost' Admin_email = 'root@localhost'
Sender = 'ROOT@LOCALHOST' Sender = 'ROOT@LOCALHOST'
Sender_alias = 'Services' Sender_alias = 'Services'
Subject = 'New User Account' Subject = 'New User Account'
...@@ -38,7 +38,7 @@ User ID: {{{{ username }}}} ...@@ -38,7 +38,7 @@ User ID: {{{{ username }}}}
If you have any questions, please visit: If you have any questions, please visit:
{Info_url} {Info_url}
or email at {My_email} or email at {Admin_email}
Cheers, Cheers,
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment