You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the problem you're facing/question you have
From systemdefaults.inc.php:
// 'auth_db' configuration settings// List of fields which only admins can edit. By default these are the// user level (ie admin/user) and the username. Custom fields can be added// as required. To protect the password field use 'password_hash' - useful// for public demo sites.$auth['db']['protected_fields'] = array('level', 'name', 'display_name');
I assume that the protected fields are fields from the mrbs_users table.
Is there a similar thing for mrbs_entry/mrbs_repeat? Like an additional checkbox for tidied uporbill sent` or whatever which only administrators can edit and see.
Browser details (please complete the following information):
OS: macOS 14.6.1
Browser Safari 17.6 and Firefox 129.0.1
Server details (please complete the following information):
MRBS version 1.11.5
Web server: nginx/1.22.1
OS: Linux d446d0e82d99 5.15.0-113-generic 123-Ubuntu
PHP version: 8.1.20
Database used: mariadb 11.4.3
database schema: 82
version of local database schema 1
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is there a similar thing for mrbs_entry/mrbs_repeat? Like an additional checkbox for tidied uporbill sent` or whatever which only administrators can edit and see.
No, there isn't at the moment, but it's a good idea. I'll change this to an enhancement request,
... although users would still be able to view that field if it were protected, just not edit it. As I understand it you don't want them to be able to see or edit the field.
Describe the problem you're facing/question you have
From
systemdefaults.inc.php
:I assume that the protected fields are fields from the
mrbs_users
table.Is there a similar thing for
mrbs_entry
/mrbs_repeat? Like an additional checkbox for
tidied upor
bill sent` or whatever which only administrators can edit and see.Browser details (please complete the following information):
Server details (please complete the following information):
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: