Skip to content

Conversation

@brknkfr
Copy link

@brknkfr brknkfr commented Feb 1, 2025

Fixes #12

Changes proposed in this pull request:

  • If uid variable contains the @ symbol it gets stored into the variable email which is set automatically for the specific user

Signed-off-by: Sebastian L. <[email protected]>
@brknkfr brknkfr force-pushed the add_email_address branch from 5084407 to ccaea55 Compare April 24, 2025 13:13
}

if ($email) {
$config = \OC::$server->getConfig();
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
$config = \OC::$server->getConfig();
$config = \OCP\Server::get(IConfig::class);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Automatically set user email and display name

2 participants