Jake Vanderwerf
2026-05-01 11f29668ba55c9ef92865a1cfab3d76b25aef086
users/_setup.php
@@ -25,15 +25,4 @@
 *                             -> description of the user role. Used in the registration page
 */
require(AEI_DIR . '/users/client.php');
//require(AEI_DIR . '/users/enthusiast.php');
add_filter('jvb_user', 'aei_user');
function aei_user():array
{
    return [
//        'enthusiast'    => aei_user_enthusiast(),
        'client'        => aei_user_client(),
    ];
}
require(AEI_DIR . '/users/artists.php');