Page MenuHomestyx hydra

PhabricatorAuthWaitForApprovalMessageType.php
No OneTemporary

PhabricatorAuthWaitForApprovalMessageType.php

<?php
final class PhabricatorAuthWaitForApprovalMessageType
extends PhabricatorAuthMessageType {
const MESSAGEKEY = 'auth.wait-for-approval';
public function getDisplayName() {
return pht('Wait For Approval Instructions');
}
public function getShortDescription() {
return pht(
'Instructions on the "Wait For Approval" screen, shown to users who '.
'have registered an account that has not yet been approved by an '.
'administrator.');
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Feb 4, 3:17 AM (15 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
712364
Default Alt Text
PhabricatorAuthWaitForApprovalMessageType.php (482 B)

Event Timeline