Tagged Questions
The anonymous-users tag has no wiki summary.
4
votes
4answers
596 views
Anonymous users in Rails — security considerations?
I'm looking at implementing some form of anonymous user system in Rails. I need to let people do things (creating records, looking at what they've created, etc), without actually creating an account. ...
3
votes
2answers
1k views
Anonymous access to a SharePoint site root
I have configured anonymous access on a SharePoint site for "Lists and Libraries". I then enable anonymous access to the individual lists/libraries as per my requirements.
This works great, but I ...
2
votes
1answer
31 views
Spring Security 3.1 and returning anonymous UserDetails
I'm trying to figure out how to have Spring Security return a UserDetails object for anonymous users for this call:
SecurityContextHolder.getContext().getAuthentication().getPrincipal()
I know that ...
2
votes
1answer
439 views
How do you get asp.net anonymous authentication token for profile support?
So I have an asp.net Web Application (Not Web Site) that I am trying to support profiles for anonymous users. I have a form and I want anonymous users to be able to enter their name and email only ...
2
votes
2answers
1k views
How to get aspnet_Users.UserId for an anonymous user in ASP.NET membership?
I am trying to get the aspnet membership UserId field from an anonymous user.
I have enabled anonymous identification in web.config :
<anonymousIdentification enabled="true" />
I have also ...
2
votes
1answer
2k views
ASP.NET membership get UserId of anonymous user
I have an existing project that i'm working on that uses .net membership. We want to expand the project to allow anonymous users but we seem to have hit a snag as we use the UserId of the aspnet_Users ...
1
vote
1answer
90 views
In Rails 3 app, how do I allow anonymous users to access a controller action only once?
For example, suppose I had a blog and anybody could read the articles, read the comments, and flag any comment as inappropriate. How do I prevent non-signed-in users from clicking the "Flag Comment" ...
1
vote
1answer
2k views
How to load roles from database for anonymous user in spring security 3?
I'm using Spring Security 3.0.2 and I can't find a way to load roles of anonymous user from database (I've got dynamic roles where roles can be given to everyone).
I've tried to use a custom ...
1
vote
2answers
209 views
How to prevent accessing unauthorized user to resource such as .pdf file in host?
At the moment in my ASP.NET webApp I have some resources such as some .pdf files or pictures in specific folder in the host .
If any user know the URL of those files can access them from the browser ...
1
vote
5answers
3k views
Drupal anonymous user permissions problem
I have been wracking my brain on how to solve this issue for hours now, and I know I'm not the first one to encounter it.
I am having trouble granting anonymous users access to node content in Drupal ...
1
vote
1answer
945 views
allowing anonymous user to save contents of a form in sharepoint doc library
I have moss 2007 configured for anonymous access. I also have a public accessible form created in infopath, which can be opened in a webpage and filled and submitted. However, an anonymous user is ...
1
vote
2answers
169 views
Best practice for managing anonymous users' data
I'm looking for any hints on recommended, or simply tried and tested, ways of associating data with an anonymous user in a web application. I want the data to be available to users across multiple ...
1
vote
1answer
288 views
ASP .NET anonymous users not getting stored in database
I'm trying to setup anonymous users in MVC. For some reason it wont store the users in the database. I have added the following in the web.config
<anonymousIdentification enabled="true" />
...
0
votes
0answers
12 views
Anonymous comment entries on Bitbucket clear issue properties
I hope someone can help a brother out. I have a Bitbucket repository with a public issue tracker and I've noticed that when an anonymous author leaves a comment on an issue, it clears the Component, ...
0
votes
1answer
29 views
Considerations for anonymous users
So, the Web application I'm working on allows input from anonymous users (and their participation in the flagging system).
As for the spamming issue, would it be enough to use the honeypot method or ...
0
votes
0answers
117 views
Enable anonymous users to add comments and ratings to SharePoint 2010 publishing site page
Any suggestions/guidance on how to allow an anonymous user to add comments to any SharePoint 2010 publishing site page (public Internet facing site)?
Options I have thought about:
Reuse the OOTB ...
0
votes
1answer
36 views
Rails 3 - Allow edit without update?
Here's the situation:
I have a Rails 3 app that let's users add tags to a model (entry). However I haven't figured out how to allow users (all anonymous) to just view and add new tags without editing ...
0
votes
4answers
79 views
Possible solutions for keeping track of anonymous users
I'm currently developing a web application that has one feature while allows input from anonymous users (No authorization required). I realize that this may prove to have security risks such as ...
0
votes
2answers
511 views
Sharepoint groups and anonymous access
I have crated a custom site that would provide registration for new user who wold like to access my sharepoint site with asp.net membership account. When new user clicks register, i would like to send ...
0
votes
2answers
55 views
Checking where the user came from (stumbleupon) [closed]
Possible Duplicate:
Track where users come from in PHP?
How can you check if a (unique) visiter/user was directed to your site from stumbleupon, google or facebook in php?
0
votes
3answers
185 views
Elegant way to store anonymous users with nick names in django?
I have a simple Post model in my django app:
class Post(models.Model):
category = models.CharField(max_length=10, choices=choices)
message = models.CharField(max_length=500)
user = ...
0
votes
1answer
452 views
Authorization in ASP.NET 4
I have a site which is running in ASP.NET 4.0, on Windows 7 Ultimate.
It is using FormsAuthentication, with a nice little logon page, all of which is fine so far as logging in and authenticating.
...
0
votes
1answer
210 views
how to Give anonymous access to one page while site has windows authentication
I have already tried for Location tag and allow users = * ... but even then it is prompting for a password for the page.
0
votes
1answer
79 views
how to enable anonymouse login in sharepoint server 2010
how to enable anonymouse login in sharepoint server 2010
0
votes
2answers
921 views
SharePoint anonymous access does not work on DispForm.aspx within list
I have a MOSS site that uses anonymous access, which works everywhere I need it except on DispForm.aspx for a custom list.
Basically there is a custom list containing links to news articles on the ...
-1
votes
1answer
34 views
Receive anonymous users' input by web upload form or email. Any online service for that? [closed]
Are you aware of any online service or online "platform" allowing users, not previously registered, to upload pairs of picture+comment to a database?
It would be a collaborative database of ...