uawdijnntqw1x1x1
IP : 216.73.216.54
Hostname : neogeopocket.gameplayer.club
Kernel : Linux neogeopocket.gameplayer.club 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
var
/
www
/
html
/
1c732
/
..
/
mediawiki
/
includes
/
parser
/
..
/
auth
/
CreationReasonAuthenticationRequest.php
/
/
<?php namespace MediaWiki\Auth; /** * Authentication request for the reason given for account creation. * Used in logs and for notification. * @stable to extend */ class CreationReasonAuthenticationRequest extends AuthenticationRequest { /** @var string Account creation reason (only used when creating for someone else) */ public $reason; /** @inheritDoc */ public $required = self::OPTIONAL; /** * @inheritDoc * @stable to override */ public function getFieldInfo() { return [ 'reason' => [ 'type' => 'string', 'label' => wfMessage( 'createacct-reason' ), 'help' => wfMessage( 'createacct-reason-help' ), ], ]; } }
/var/www/html/1c732/../mediawiki/includes/parser/../auth/CreationReasonAuthenticationRequest.php