operasoftware / dns-ui

Opera's LDAP-authenticated PowerDNS user interface
Apache License 2.0
283 stars 58 forks source link

Adding option to enforce change review #52

Closed TiagoTT closed 6 years ago

TiagoTT commented 6 years ago

The new option changes the behavior of the UI in regards to how changes are saved or requested. By default force_change_review is disabled and admin users can save their zone changes immediately without the need to request changes, like before. But in some cases it may be desirable to subject all changes to review and even admin users will need to request changes, just like the operators. The admin users can still approve their own changes.

See also: #49