php-pastebin-v3 icon indicating copy to clipboard operation
php-pastebin-v3 copied to clipboard

Please add an option to disallow registrations from users

Open ht990332 opened this issue 11 years ago • 2 comments

I only need my own 'admin' user. It would be nice if you could add an option to prevent users from registering so they only post as guests.

ht990332 avatar Dec 23 '13 19:12 ht990332

Remove this part in index.php

        case 'registration':
                # registration
                include 'pages/registration.php';
                $smarty->display('registration.html');
        break; 

atmoner avatar Dec 24 '13 04:12 atmoner

On Monday 23 December 2013 20:13:26 atmoner wrote:

Remove this part in [index.php] 1

        case 'registration':
                # registration
                include 'pages/registration.php';
                $smarty->display('registration.html');
        break;

Reply to this email directly or view it on GitHub: https://github.com/atmoner/php-pastebin-v3/issues/23#issuecomment-31157703

Ok, I did that. Thank you very much :)

ht990332 avatar Dec 24 '13 05:12 ht990332