Initial commit: CloudOps infrastructure platform
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Mautic\UserBundle\Enum;
|
||||
|
||||
final class UserTokenAuthorizator
|
||||
{
|
||||
public const RESET_PASSWORD_AUTHORIZATOR = 'reset-password';
|
||||
}
|
||||
Reference in New Issue
Block a user