mirror of
https://gitee.com/openharmony/applications_settings
synced 2024-11-23 14:30:06 +00:00
commit
25ab786aff
@ -104,6 +104,10 @@
|
||||
{
|
||||
"name": "ohos.permission.DISTRIBUTED_DATASYNC"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS_EXTENSION",
|
||||
"reason": "Switch system account."
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED"
|
||||
},
|
||||
|
@ -157,7 +157,7 @@ export default class PasswordInputController extends BaseSettingsController {
|
||||
}
|
||||
|
||||
// Check illegal character
|
||||
if (!this.checker.isContainIllegalCharacter(pwd)) {
|
||||
if (this.checker.isContainIllegalCharacter(pwd)) {
|
||||
return $r('app.string.password_illegal_character')
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user