Skip to content

Commit

Permalink
PREAPPS-6698:Modern UI - Users should not be allowed to use username …
Browse files Browse the repository at this point in the history
…in the password
  • Loading branch information
sakshirawat0247 authored and BhavinBathani committed May 16, 2022
1 parent 59c1acf commit 2da2e62
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/batch-client/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1629,7 +1629,7 @@ export class ZimbraBatchClient {
cancelResetPassword
},
singleRequest: true
});
}).then(res => mapValuesDeep(res, coerceStringToBoolean));

public resolve = (path: string) => `${this.origin}${path}`;

Expand Down
1 change: 1 addition & 0 deletions src/schema/generated-schema-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ export type AccountInfoAttrs = {
zimbraMailBlacklistMaxNumEntries?: Maybe<Scalars['Int']>;
zimbraMailQuota?: Maybe<Scalars['String']>;
zimbraMtaMaxMessageSize?: Maybe<Scalars['Float']>;
zimbraPasswordAllowUsername?: Maybe<Scalars['Boolean']>;
zimbraPasswordAllowedChars?: Maybe<Scalars['String']>;
zimbraPasswordAllowedPunctuationChars?: Maybe<Scalars['String']>;
zimbraPasswordBlockCommonEnabled?: Maybe<Scalars['Boolean']>;
Expand Down
1 change: 1 addition & 0 deletions src/schema/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -1310,6 +1310,7 @@ type AccountInfoAttrs {
zimbraFeatureMobileSyncEnabled: Boolean
zimbraFeatureRelatedContactsEnabled: Boolean
zimbraFeatureMailForwardingInFiltersEnabled: Boolean
zimbraPasswordAllowUsername: Boolean
zimbraPasswordBlockCommonEnabled: Boolean
zimbraPasswordMinAlphaChars: Int
zimbraPasswordMinNumericChars: Int
Expand Down

0 comments on commit 2da2e62

Please sign in to comment.