Skip to content
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

Implementation of moveUser SOAP method (#1903) #1904

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

farialima
Copy link
Contributor

@farialima farialima commented Oct 22, 2024

Implementation of #1903

This should cover the complete implementation, it's pretty straightforward... Please tell me if anything would be missing or possibly improved. Thank you !

@farialima farialima changed the title Implementation of moveUser SOAP method per issue 1903 Implementation of moveUser SOAP method (#1903) Oct 23, 2024


my $sender = $ENV{'USER_EMAIL'};
my $robot = $ENV{'SYMPA_ROBOT'};
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Starting with the next release (maybe 6.2.73b.1 or 6.2.74), $ENV{SYMPA_ROBOT} will be replaced by $ENV{SYMPA_DOMAIN} (cf. this change).

@ikedas ikedas linked an issue Oct 23, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Have a "Change email" (move_user) endpoint in the SOAP API
2 participants