We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c74b7c commit 0939e70Copy full SHA for 0939e70
1 file changed
web/pgadmin/browser/templates/browser/js/utils.js
@@ -123,7 +123,7 @@ define('pgadmin.browser.utils',
123
auth_source: '{{auth_source}}',
124
gravatar: {% if config.SHOW_GRAVATAR_IMAGE %}'{{ username | gravatar }}'{% else %}''{% endif %},
125
menus: [
126
- {% if auth_only_internal %}
+ {% if auth_only_internal and is_admin %}
127
{
128
label: '{{ _('Change Password') }}',
129
type: 'normal',
0 commit comments