-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing Function "action_change_email" on serveradmin.tt2 #25
Comments
You can still do this on the command line:
But, yes, we too miss the convenience of doing it via the web admin UI. |
- Restroing this function as new request handler "move_user". - New scenarios move_user.* are added so that this function may either need confirmation (auth), be restricted to listmaster (listmaster) or disabled (closed).
6.2.19b.1 restores change_email function as "move_user". Please check it in serveradmin and pref pages, then report if it works sanely. Thanks. |
Version: 6.2.19b.1 In serveradmin.tt2 changing email works. But not in user preferences. In user preferences there is no "Change email" button. After changing the code (pref.tt2) I can see the button, I think there is a typo: Changing user's email, Do you really want this action to be taken
|
@MargoM , could you please retry renaming from the beginning, with corrected |
My modification in default/web_tt2/pref.tt2
Diffchecker: https://i.imgur.com/U11nfva.png |
Okey then, with modified pref.tt2, could you please retry procedure of operation renaming email? |
|
Now in Sympa 6.2.19b.2 this works fine! Thanks! |
@MargoM, Thanks much for confirming. This issue is closed. |
Hi,
I’m Cornelius from „Fraunhofer Gesellschaft“ in germany.
We use sympa 6.2.16 for our +60 institutes with nearly 30.000 employees.
I just tried your newest version and there is also one function in the
serveradmin.tt2 template missing.
We had the old version 6.1.17 running until 2016, there you could
Change „old_email“ to „new_email“.
I added the part manuelly to the file serveradmin.tt2 (Line 70 to 81):
serveradmin.tt2.txt
This is very important to us, because we have several name-changes through
the year. Also we use strict access by smartcard. So after the rename of one
user it would only be possible to change the e-mail-adresse by hand in the
mysql-database. But the best way is to change it with the template function.
The text was updated successfully, but these errors were encountered: