mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 00:52:49 -05:00
SM-1119: Rename service accounts to machine accounts (#3958)
* SM-1119: Rename service accounts to machine accounts * SM-1119: Undo system management portal changes
This commit is contained in:
@ -85,7 +85,7 @@ public class PeopleAccessPoliciesRequestModel
|
||||
|
||||
if (!policies.All(ap => ap.Read && ap.Write))
|
||||
{
|
||||
throw new BadRequestException("Service account access must be Can read, write");
|
||||
throw new BadRequestException("Machine account access must be Can read, write");
|
||||
}
|
||||
|
||||
return new ServiceAccountPeopleAccessPolicies
|
||||
|
Reference in New Issue
Block a user