Jump to content
  • 0

fluxcp-renewal How to remove Change Gender?


Question

3 answers to this question

Recommended Posts

Posted

In Fluxcp Renewal, How can i disable the " Change Gender " menu/function ?

on your

config\application.php

put // at the front of 'changesex' => 'Change Gender',

// 'changesex' => 'Change Gender',

Posted

In Fluxcp Renewal, How can i disable the " Change Gender " menu/function ?

on your

config\application.php

put // at the front of 'changesex' => 'Change Gender',

// 'changesex' => 'Change Gender',

Removing that line from /config/application.php only hides Change Gender from the menu. They can still access it at <CP_url>/?module=account&action=changesex

To disable Change Gender, you must remove their permission to use it.

Edit /config/access.php and change

'changesex'  => AccountLevel::NORMAL,

to a higher level (to disable it completely, use AccountLevel::NOONE )

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...