Allow authentication prefs to be unlocked
Categories
(Firefox :: Enterprise Policies, defect, P3)
Tracking
()
People
(Reporter: mkaply, Assigned: mkaply)
Details
Attachments
(2 files)
47 bytes,
text/x-phabricator-request
|
lizzard
:
approval-mozilla-esr68-
|
Details | Review |
4.26 KB,
text/plain
|
lizzard
:
approval-mozilla-esr68+
|
Details |
I've had requests to allow modification of authentication prefs by users.
I'm going to add a new Locked parameter that will default to true (the old way) but can be set to false.
Assignee | ||
Comment 1•6 years ago
|
||
Comment 3•6 years ago
|
||
bugherder |
Assignee | ||
Comment 4•6 years ago
|
||
Comment on attachment 9094971 [details]
Bug 1577312 - Allow authentication policies to be unlocked.
ESR Uplift Approval Request
- If this is not a sec:{high,crit} bug, please state case for ESR consideration: Policy only change.
- User impact if declined: Enterprises unable to allow users to change authentication policies
- Fix Landed on Version: 71
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Policy only, automated test.
- String or UUID changes made by this patch:
Updated•6 years ago
|
Comment 5•6 years ago
|
||
Comment on attachment 9094971 [details]
Bug 1577312 - Allow authentication policies to be unlocked.
Fix for policy issue, OK for uplift for 68.3esr.
Comment 6•6 years ago
|
||
Hi Mike, the patch doesn't graft cleanly on esr68:
mozilla@ubuntu ~/mozilla-unified esr68(0) $ hg graft -er 931639899edd
grafting 569111:931639899edd "Bug 1577312 - Allow authentication policies to be unlocked. r=mconley"
merging browser/components/enterprisepolicies/Policies.jsm
merging browser/components/enterprisepolicies/schemas/policies-schema.json
merging browser/components/enterprisepolicies/tests/xpcshell/test_simple_pref_policies.js
warning: conflicts while merging browser/components/enterprisepolicies/Policies.jsm! (edit, then use 'hg resolve --mark')
warning: conflicts while merging browser/components/enterprisepolicies/schemas/policies-schema.json! (edit, then use 'hg resolve --mark')
abort: unresolved conflicts, can't continue
(use 'hg resolve' and 'hg graft --continue')
mozilla@ubuntu ~/mozilla-unified esr68(0+changes) $
Assignee | ||
Comment 7•6 years ago
|
||
ESR version of patch.
I built the patch, tested on ESR68 and ran eslint.
Comment 8•6 years ago
|
||
Updated•6 years ago
|
Comment 9•6 years ago
|
||
bugherder uplift |
Description
•