]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/requesttoken.php
clean up username entered at login
[quix0rs-gnu-social.git] / actions / requesttoken.php
index 09ce5a6425f71671e29b07a7e1d2b80cb806c865..4a23215323fd767a28f412e106e575807470e637 100644 (file)
@@ -24,7 +24,7 @@ require_once(INSTALLDIR.'/lib/omb.php');
 class RequesttokenAction extends Action {
        
        function is_readonly() {
-               return true;
+               return false;
        }
        
        function handle($args) {