You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-09 10:01:45 +03:00
Add a CLI tool to trigger a provisioning job for all users
This commit is contained in:
@ -269,6 +269,15 @@ mod jobs {
|
||||
}
|
||||
}
|
||||
|
||||
#[doc(hidden)]
|
||||
#[must_use]
|
||||
pub fn new_for_id(user_id: Ulid) -> Self {
|
||||
Self {
|
||||
user_id,
|
||||
set_display_name: None,
|
||||
}
|
||||
}
|
||||
|
||||
/// Set the display name of the user.
|
||||
#[must_use]
|
||||
pub fn set_display_name(mut self, display_name: String) -> Self {
|
||||
|
Reference in New Issue
Block a user