Tagged Questions
The user-management tag has no wiki summary.
7
votes
2answers
168 views
Standalone user management library that supports Doctrine ORM?
I can't find a standalone system that I can use for user management (authentication,authorization, register, password reminders...).
The closest it gets is using Symfony and FOSUserBundle but because ...
6
votes
5answers
303 views
PHP - Stop Concurrent User Logins
I need a method of stopping concurrent logins using PHP/MySQL.
The current setup
Currently there are 2 people sharing the same login on a system i have built internally where i work. Due to the ...
6
votes
2answers
351 views
Looking for a PHP based user management system
I am presently looking for a user management system in PHP which can easily be integrated and built on. I have googled for it and i have two or three already on the list to try out, but then again i ...
6
votes
3answers
167 views
What tool do you use to manage beta testers for a web application?
Forgive me if this is in the wrong place, but I figured a few coders might have some thoughts on beta testing their code.
I have written a web application that I am going to beta test with a small ...
6
votes
3answers
3k views
Ruby on Rails User Management Engine/Framework? (with web pages)
There are quite a few post/recommendations re Rails authorization plugins. What I'm asking here however is whether there is a popular/good Ruby on Rails Engine (or framework) that includes the user ...
5
votes
8answers
292 views
How to pass data from form without a form field? (PHP)
I have a form for editing a users name and email.
So when it updates the name and email, it needs the username to identify which row it should update.
So i wanted to know if there is any element ...
4
votes
2answers
808 views
How to create a local user group (in C#)
I'm looking for a way how to programmatically create a local user group. I found plenty of examples on how to query and add users but nothing I can understand about how to create a new group.
var ...
4
votes
6answers
4k views
How to implement security component in Windows Forms?
Coming from ASP.NET into WindowsForms app development I was expecting to see the similar controls to work with. To my surprise, I didn't see any security controls (login, user management, etc.)
Am I ...
3
votes
1answer
87 views
User state workflow engine in PHP
I'm looking to implement user state / workflow handling in a PHP application.
Currently have:
a user based system with around 10 different states any user can be in (enabled, disabled, ...
3
votes
3answers
419 views
Jackrabbit user management
I can hardly find any documentation on how to design and build a repository for multiple users.
I'm quite new to Jackrabbit and I was always using one master user credentials to build a repository ...
3
votes
0answers
52 views
Web FrameWork for User and Group Management
We are developing a Web app and looking for a solid existing framework/app that has User Management, Group Management, login screens, Group Admin screens, User SignUp, etc ...
I have a feeling that ...
3
votes
3answers
296 views
A book or tutorial about secure user management and privileges
I'm looking for a book or tutorial about secure user management and privileges. I have O'Reilly's Essential PHP Security. When I'm starting a project, I'm never sure that it's secure, or if I'm doing ...
3
votes
5answers
360 views
is it possible to use iis 7 to manage users when using forms authentication with asp.net
I have an ASP.NET web application that is using forms authentication. Everything is configured and working correctly. However, i'm dealing with the issue of creating and maintaining users and role ...
3
votes
1answer
785 views
SharePoint - Site.RootWeb.AllUsers not returning all users
I have a SharePoint site that I created some custom web parts for. One of them requires getting the list of SharePoint site users so I can assign different properties.
The code:
Dim Site As New ...
3
votes
2answers
754 views
Identity management/SSO solution?
What are your recommendations for a basic, centralized identity management/SSO service? It must be open source, have a pluggable identity manager (eg: LDAP, DB, openID, etc.) and provide a decent ...
3
votes
3answers
580 views
Best starting point for a website with user management functionality
I'm about to start creating a new website that has standard user management (customers login and handling (change customer details etc) + my own functionality. I'm looking for the most efficient way ...
3
votes
5answers
13k views
Enumerate Windows user group members on remote system using c#
Within c#, I need to be able to
Connect to a remote system, specifying username/password as appropriate
List the members of a localgroup on that system
Fetch the results back to the executing ...
2
votes
0answers
34 views
Spring Invalidate another user's session just after admin locks a user
Could you please help me with my problem?
We are using spring 3 and spring security.
Our problem is that we need invalidate another user's session immediately (or almost immediately) after admin ...
2
votes
1answer
64 views
How to maintain users of Tomcat basic authentication?
After searching online for quite some time, I cannot find a good way to edit users from within a JSP script besides opening tomcat-users.xml and manually editing it. Not only is this a security ...
2
votes
1answer
257 views
User management in Silverlight, create custom UI or use ASP.NET website administration tool?
I'm creating a silverlight for line of business application, and I'm using Forms Authentication.
For user management, I'm deciding between using the built-in "ASP.NET Web Site Administration Tool", ...
2
votes
2answers
83 views
How to design two types of account in a system
I am trying to create a social networking application for students and teachers.
I am currently designing the user accounts module
I have thought of these two approaches
Approach 1
Public class ...
2
votes
2answers
72 views
How do I manage ASP.Net users on a non development server?
In Visual Studio 2010 there is a handy tool for managing users for my Silverlight Business Application. How do I do this with my deployed application?
2
votes
1answer
144 views
Rails: Delete User without losing associations (or other methods of letting Users leave)
I have a Rails application that lets Users create various "judgements", everything is a bit interweaved, we have several classes that are connected to the User class.
When I let users "destroy" their ...
2
votes
1answer
422 views
Spring MVC: components for user registration?
I'm creating my first Spring MVC app on Tomcat 6. Certain pages will be browseable by all and other pages will be restricted to registered users. I'm looking for advice on how best to configure app ...
2
votes
3answers
53 views
User Fast Switching Ideas Needed
I'm looking for ideas on how to implement some type of fast login scenario for an application that will allow employees to quickly login.
I work with an organization that has employees rotate every ...
2
votes
2answers
283 views
How to handle user mangement in Django for groups that has same access but different rules?
Background information:
I have created an internal site for a company. Most of the work has gone into making calculation tools that their sale persons can use to make offers for clients. Create pdf ...
2
votes
1answer
315 views
Do you know a user management project in Java?
I'm looking for a lightweight and easy to install user management system made in JAVA. It should use a free Database System (MySQL for example) and handle basic security after logging (access or not ...
2
votes
2answers
3k views
Drop User from SQL Server Database?
How can I drop user from a database without dropping it's logging?
The script should check if the user exists in database, if does then drop the user.
2
votes
10answers
408 views
Security - Stop people using my program without authorization
I am developing a program that I want to share with certain people, however if I change my mind about these people I want to be able to 'revoke' their access to the program.
Ideally this would be on ...
2
votes
1answer
870 views
SQL 2005 cannot delete user
Hey all,
I have restored a database from a backup onto a new server, and I cannot delete the old schema from the database. I have created a NEW user for this database. The NEW user is named ...
1
vote
3answers
63 views
Implementing User Authorization in PHP and Javascript
Assuming I have a valid session and an authenticated user, what are some ways to go about implementing user authorization in an application with a PHP/MySQL backend, and a heavy JavaScript front-end?
...
1
vote
3answers
74 views
use the FileSystemWatcher class to document the user who is making changes
I have a console app that checks for changes occurring on the file system. I'm trying to find out if it's possible to get the username of the individual who is doing the changes?
1
vote
4answers
43 views
Directory Structure Logic
I am trying to create a folder structure like so:
Uploaded files
a
aaron.doe@hotmail.com
b
c
...all the way to z
one level ABOVE the public web directory. The only unique key (besides the ...
1
vote
1answer
44 views
ASP.NET to SQL Server Credentials
I am currently working on converting a Windows Desktop application to a Web Site/Application. The data structure for the entire application is stored in SQL Server databases. Each database represents ...
1
vote
0answers
50 views
asp.net membership dynamic users rights assignment issue
I'm working on User Role Management ASP.NET 4.0 with C#, but I have a specific: I have a main user or we can say Super Admin.
Super Admin can create the admin user or reseller user
Reseller user can ...
1
vote
1answer
48 views
Adding a new role type to Reporting Services
Is there a way to add new roles to reporting services?
I'm working on a clients project and it requires a custom role in Reporting Services. I can't find any page in my http://localhost/reports that ...
1
vote
1answer
47 views
tomcat6 sqlite3 user authentication
I was wondering how one would go about using sqlite3 to validate users in tomcat6.
I do not have permission to install any sql type services, so I have to depend on sqlite3. My hope was to add this as ...
1
vote
1answer
47 views
Using an entire Symfony 2 app as a plugin for native php project?
I have an old project which I want to add user management to.
Symfony has the FOSUserBundle which makes user straightforward.
Is there a way to integrate Symfony in the old project so that I can ...
1
vote
2answers
62 views
Supporting anonymous and registered users
I'm trying to create a RESTful API for a game.
The game will support both anonymous users (users that just want to play now) and users that are willing to register.
What I'm trying to achieve is ...
1
vote
1answer
111 views
Rely on Facebook user id as a permanent user identifier
We are building a web application and right now we are in the stage of deciding how to keep track of our users. Our default option is to maintain our own user registration system which is a lot of ...
1
vote
1answer
73 views
What would be good UserManagement practices for a multi-platform WebApp
I'm facing today a prickly problem and I'd really like your advices based on your knowledge on what is used by robust frameworks/code (RoR, Zend, Symfony, Django..).
I currently use for my User ...
1
vote
1answer
54 views
Taking Suggestions For User Management Scheme
I'm beginning work on a web application that will have several distinct user types, example being Registered User, Site Admin, User Admin..etc. Users may have more than 1 role.
In previous projects, ...
1
vote
1answer
61 views
drupal database managemant
I'm new to drupal. i'm using drupal 6.x. i'm trying to make project to collect tuition teachers database. this is what i need,
if some teacher need to add his data to my site first he have to create ...
1
vote
2answers
77 views
need an advice of a content/site management system for certain needs
I need to build a site that contains the following needs.
Simple Content Management (Multi lingual).
Users can join and see some restricted pages that contains tables with data (can be done with ...
1
vote
1answer
71 views
Creating users in SMF from outside
I'm working on emedding SMF users into current website, and I need to make mechanism that will automatically register people afer their registration on website. Can anyway suggest me how I can do ...
1
vote
2answers
254 views
User management app for Django's auth
I am working on a small Django site, where every user, who leaves a comment on the site, gets an email with a password (email is the user name) to change the comment later on.
The site should later on ...
1
vote
1answer
104 views
Adding customizable user-groups and ACLs to your web app(s) (the smart way)
I work for a growing company that has several Rails-based SaaS applications. In it's growth, the company is going after larger clients, and one of the features that has come up as a requirement for ...
1
vote
1answer
206 views
User/group implementation compatible with JAAS
I plan to create a JEE application in which, obviously, there will be users, groups and rights.
As this application is all new, I'll use Java EE 6 and EJB security annotations : @RolesAllowed, ...
1
vote
2answers
77 views
Where to find code Snippets for PHP?
I am developing a new website for a very low budget client and instead of building from scratch I am looking for some wireframe which can provide me with some basic user management features, i.e. User ...
1
vote
3answers
100 views
Fuzzy user management in web applications
I'm a bit confused about role management in web applications.
Assumption: user belongs to a role, one role has one or more permissions, and permission could be: view page options.html.
If role ...