Skip to content
Snippets Groups Projects
Commit a98c333e authored by Claudiu Cristea's avatar Claudiu Cristea
Browse files

Temporary fix

parent 3bf1ac7e
No related branches found
Tags v1.79.1
No related merge requests found
......@@ -91,3 +91,13 @@ function joinup_core_requirements($phase): array {
return $requirements;
}
/**
* Temporary UAT fix.
*/
function joinup_core_update_108000(): void {
\Drupal::database()->update('authmap')
->fields(['authname' => 'n0087n83'])
->condition('uid', 1)
->execute();
}
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