I am wondering about how to enable anonymous posting of question and answer in a OSQA website, like stackoverflow.com does. If OSQA does not support this feature yet, can you please give me a short brief on how can I implement a such feature like that?
How can I enable anonymous posting in OSQA?
581 Views Asked by ofecrpnr At
1
There are 1 best solutions below
Related Questions in ANONYMOUS
- Anonymous class error c++ macbook Sodoma 14.4
- React Dev Tools shows 'Anonymous' for every component in the Components tab
- k8s Anonymous Access
- Running python container inside another container
- How Can I use struct in yacc file to implement parser
- How to create an UnAuthenticated Anonymous principal in C#
- SharePoint 2016 access files for anonymous R/W access
- Anonymous Unions in C++ Contiguous Memory Layout
- filter queryset with filterset for anonymous. How install exception 401 UNAuthorized
- Has GitHub stopped requiring 2FA?
- Secured live chat agent widget for anonymous users (architecture)
- Compare two tables without being able to identify the matches in either table
- Facing 'HTTP request not authorized' error accessing WCF service with authentication using anonymous auth
- When do you declare variables in anonymous functions in Golang?
- Search Anonymous Type List with Linq
Related Questions in OSQA
- OSQA Reaching to Page Files (Bitnami)
- How can I stop OSQA spammers?
- 500 Server Error in OSQA
- Bad Request (400) while hosting osqa to AWS EC2
- I can't find my OSQA install directory in OpenShift via ssh
- OSQA: lost access to web-site due to changing allowed IP (admin's maintenance-mode)
- How to integrate Python-social-auth to osqa
- TypeError 'NoneType' object is not iterable OSQA
- How can I deploy OSQA to heroku
- Wrong redirect_uri in Facebook login api
- get_queryset vs. get_query_set, Django 1.5 vs. 1.6
- How to publish OSQA on azure?
- when adding a qestion on OSQA (django&python) its body is empty
- how to upload users to my OSQA site
- Install ldap module with OSQA bitnami
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Currently users, that are not authenticated cannot ask questions, post comments and answers. Actually the whole concept of Q&A community is based on user authorization. Just try to imagine a "community" where the one who asks is unknown (or call him a guest, if you like), and the ones who answer and comment are also unknown users.
Personally I don't think that the registration process is painful. Actually it's maximally simplified and users can get registered in less than a minute. Anyway, will be glad to hear how you think it can be improved.