Home
last modified time | relevance | path

Searched hist:ed28f990b6e1705dab522ad34afa8c02b188dc91 (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/Action/
H A DRegister.phped28f990b6e1705dab522ad34afa8c02b188dc91 Wed Jul 01 12:51:51 UTC 2026 Andreas Gohr <gohr@cosmocode.de> use actionOK() to gate the register action

The Register action duplicated the openregister and addUser capability
checks that actionOK('register') already performs. Delegate to it so the
action gate and register() itself share a single source of truth.

See https://github.com/dokuwiki/dokuwiki/issues/4682#issuecomment-4854987500