The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
11 views

Automating user adding in Ubuntu server like ISPManager does [closed]

I'm new in Linux, so don't beat much =) When I configured web server, there is many steps to add new user and make all settings in apache, nginx etc. I used ISPManager before. And there was all ...
1
vote
1answer
35 views

How to authorize user in page request if logged in with REST API?

Before, I had asked a question Access control to a page with REST service But maybe I need to ask more briefly and more generally to get the idea. I have a REST API. Client is browser. "login" is ...
-3
votes
0answers
19 views

user management solution , subscription and youtube upload widget integration [closed]

I have a website, that i have half built. Now I want to have a user registration system which will be completed by payment (I have applied for a payment gateway). After which if it is successful I ...
0
votes
0answers
10 views

What is the best way to implement a currently logged users table in postgresql, no relationship?

I want to track which users are logged in to avoid simultaneous sessions. I read some threads and of course all of them point to store them in the DB, set an activity ticket and update accordingly but ...
0
votes
3answers
47 views

Database design issue : Multiple types of users

I am designing a database that has multiple types of users, i.e. Administrators, Editors, Teachers and Students. Now all these users have some common fields (CF) and some unique fields (UF) associated ...
0
votes
1answer
27 views

How to setup initial user/role enabling SAML SSO

We are a service provider. Suppose in our application, we originally have our own user/role management. Different users with different roles are allowed to use different features. So that when a user ...
-6
votes
1answer
29 views

Cross User-Base on multiple CMS installations [closed]

Will, I'm just going to open this again and again if you are going to close it. It is a very practical question asked ALL over the internet with mundane answers. If you don't understand what the ...
-1
votes
1answer
29 views

Is there a CMS/UMS That can link User Databases? [closed]

I'm wondering if there is a simple CMS/UMS out there that can be used for lets say, three different sites, but linked together at the userbase. So register for one, registered on all. Users can ...
2
votes
1answer
85 views

Symfony2/FOSUserBundle - Route issues with mutltiple bundles

Similar to this problem, I need a separate login for both the admin and front end bundles of my site. The admin is actually a separate bundle located in vendors. Right now, my routing looks like: ...
0
votes
2answers
53 views

Fetching user name (windows) from a java application

Problem: I am logging into a virtual machine(RDC) using the below credentials: The user is part of a domain group called as teldept user:147852 pass:helloworld when i try to get the user ...
1
vote
1answer
48 views

FOSUserBundle - How are roles handled?

So, I've read through the documentation for the bundle, but there's nothing describing how to list existing roles or to assign/change rolls for a specific user. I need to be able to: Assign a ...
1
vote
1answer
55 views

ServiceStack user management

is there a way to manage users with ServiceStack? I've only found the IUserAuthRepository interface that has some methods to get a user by name, email and id. But how to get a list of users (with ...
-1
votes
1answer
61 views

User administration GUI for Java web application (preferably Spring Security) [closed]

I am looking for an already developed user administration GUI that allows me to add/remove users and roles and storing them in a database so Spring Security can read them. In the worst case something ...
0
votes
1answer
89 views

Yii RBAC, Role change in runtime

I am building up a dynamic RBAC system for Yii and I don't know how to handle this problem: The moderators can change the roles of the Users, furthermore the User can change it too by getting a ...
1
vote
0answers
26 views

How do i force a user to upgrade their browser without losing them?

There are several ways to persuade or force a user to upgrade IE. But when they do this, is there a way to pass a parameter so they end up back on your site once the upgrade is done? Thanks
0
votes
0answers
17 views

website user signup and management [closed]

What is the standard technology/procedure employed when allowing users to sign up to a website (is there a standard?). e.g. can it be as simple as direct DB access to a particular table or set of ...
0
votes
1answer
67 views

Joomla user management

I got a Joomla ticketing module, that displays at a certain part of the page, the current tickets of the current user. I want to create user groups, in which the group members can view all of the ...
1
vote
0answers
100 views

PHP | user management library with Facebook and Gmail authentication

I'm looking for a php library or a framework module: which enables user management (registration, login, password reminder), keeps the users in groups (readers, writers, moderators) and also ...
1
vote
2answers
54 views

Activate session before expiring if user become active

I am a PHP beginner. I managed to create a user registration/signup system which leads to a dashboard panel. The users is logged in using sessions. I have made a session time script also making the ...
0
votes
1answer
71 views

How make a user login with the url dashboard?username=xyz

I am a PHP beginner. I managed to create a user registration/signup system which leads to a dashboard panel. But I am not able to make the URL look like http://example.com/dashboard?username=xyz ...
0
votes
0answers
74 views

Symfony2, dynamic application security

I've been looking into the Symfony2 security possibilities for a while now, including FOSUserBundle and JMSSecurityExtraBundle. But for my case, I didn't find a solution yet. I was wondering if ...
0
votes
0answers
31 views

Allowing users to create subusers in Drupal7, and allowing them to add paid services to both accounts

First post here! Although StackOverflow has been invaluable for years... So I'm working on a Drupal 7 site for a local non-profit. The goal of the site is, among other things, to allow people to sign ...
0
votes
1answer
20 views

XWiki ignores global edit rights for XWikiAllGroup

We are using XWiki in Version 4.5 and I want to set edit-rights by default for every user. But setting edit-rights on XWikiAllGroup globaly via the administration-panel doesn't take effect. I still ...
2
votes
1answer
43 views

django database reconnect with different user

The background of this is, that I want to have restricted user management, without having the frontend application having full access to the database (creation of the user-tables is done by a ...
0
votes
0answers
15 views

Search AIM Tool

I search for a tool, which I can use to have a more or less visual overview about my users. Iยดm an administrator of a 50 user company. But we have many online accounts and I need a tool, where I can ...
0
votes
0answers
22 views

Basic user management in ASP.net?

I am looking for an easy (replicated) solution (if it is possible) to have something like WSAT in Visual Studio without using Visual Studio. Need basic user management like creating, deleting and ...
0
votes
1answer
281 views

Implementing forms authentication in asp.net mvc application

I am developing an ASP.NET MVC4 social networking application which will be having 5 types of users namely student, administrator, supervisor, providers, etc. I want to use forms authentication as ...
0
votes
0answers
100 views

User management in MVC3 for Apache SHIRO (using Active Directory or LDAP)

I need a way to manage our users/groups/resources for a MVC3 application. We are running a three tiered application with the following technologies at each level: Web: MVC3 App: Custom built java ...
0
votes
1answer
87 views

Extending WSO2 Identity Server JDBCUserStoreManager to fit external user database

We have a requirement to authenticate users of a web application deployed in WSO2 Application Server against an existing external database. We are trying using WSO2 Identity Server for this. Our db ...
0
votes
2answers
149 views

Assigning Resolved Issues to Reporter Except If Reporter Is Not In QA Group

I am currently revising our JIRA workflow and issue routing and have the following predicament. I want to assign all resolved issues back to the original reporter EXCEPT when the reporter is not in ...
0
votes
1answer
76 views

SQL - user-management --> export/import users via script

The company I'm working at is migrating their databases from Oracle 10g to 11g. On Monday we want to clean our development database and clone the production database to that storage. Here we go ...
1
vote
0answers
346 views

ASP.NET MVC 4 How to manage userid and user content inside controllers

To learn the ASP.NET MVC 4 patter I'm developing and application that has to manage some data and user content. This is the database: public DbSet<UserProfile> UserProfiles { get; set; } ...
1
vote
0answers
38 views

How to implement user types with different modules using devise?

I want to use devise to manage my users and my intention is to have one AgencyUser model and one NormalUser model. They both have some attributes/relations in common, but also have some special ...
0
votes
2answers
30 views

Devise: Associated Model on Sign Up: Can't mass-assign

I setup Devise on User model with its default options. I also have a Company model that needs to add data added whenever a user registers. A company owner setups a User to login with and a Company ...
1
vote
1answer
100 views

Is there any API in android for user management?

I am developing an application in Android that can be used by many groups of users. I want to manage my users' access to each part of my application. I know there is a user management structure in ...
1
vote
0answers
120 views

Are there any good free web-based mailing list services with APIs for address management? [closed]

I'm looking for a web service that will allow me to maintain mailing lists via an API (preferrably REST). My group currently maintains a record of our membership in several lists across two ...
1
vote
1answer
103 views

Adding First Login to SQL Azure Database

I'm trying to create a SQL Azure database. While the database successfully gets created, I can't login to it. The reason why is, I don't know what the default username / password is. Or, how to create ...
0
votes
1answer
154 views

user/group/permission is need in Yii framework

I am developing a project with Yii framework. I need to organized website users in some groups to give them specific permissions. I don't know if there is any pre-written module/extension for this ...
0
votes
1answer
217 views

howto add custom authentication to a Jetty webserver running solr

I have a Solr server running as a webapp on jetty. I now want to add a custom authentication procedure to jetty, to ad/remove users that can access the solr search. The user sends a token that needs ...
2
votes
1answer
93 views

Creating public profile page drupal

Could anyone tell me if the following is achievable in Drupal (for a newbie) I want to create a registration form that a people have to fill in to become a member of my website. Once registered I ...
4
votes
2answers
233 views

How to manage users account from multi-provider (facebook, twitter) in my website?

I'm about to use one of those multi-provider authentication frameworks Opauth or Hybridauth (don't know which is the best but I had a little preference for the second one) so the consequence is that I ...
0
votes
1answer
402 views

Symfony2 - Dynamic Role Management

I'm working on a CRM which will feature advanced authorization and the management of users in groups that have a specific role in the system. Basically, what I'd like to do is this: Manage Dynamic ...
1
vote
2answers
103 views

Rational Team Concert: Team Area users to have access to a different project

We've got several projects in RTC for both source code and planning/bug tracking. Sometimes, the projects depend on each other and we would like to link the work items between the projects. However, ...
3
votes
1answer
180 views

CakePHP: managing user capabilities in wordpress way

I Googled for this for over 3 hours but didn't find anything helpful. Is there any CakePHP plugin that allows managing user roles and capabilities without building ACL, the wordpress way? Why ...
0
votes
1answer
499 views

Is there a meteor.js library available for managing user accounts?

Is there a meteor.js library available for managing user accounts? I'd like to have users register, have access to unique user IDs to limit the number of times a single user can do something, and ...
1
vote
2answers
111 views

iPhone App Built on Amazon Web Services

I am building an iPhone app that stores user logon credentials in an AWS DynamoDB. In another DynamoDB I am storing locations of files (stored in S3) for that user. What I don't understand is how to ...
1
vote
3answers
2k views

Yii, best way to implement “user change of password”

I'm using Yii for an application, I'm writing a very simple user management, like registering, deleting and updating users... For updating the existing user I need to check the old password first ...
0
votes
2answers
78 views

Databases: Save users and admins in the same table (pros/cons)? [closed]

I'm interested in your opinion: at the moment I've only one user-table in my database but I think about adding a new one to separate public accounts from the admin accounts. Pro: I don't have to ...
4
votes
1answer
176 views

Python Unix/Windows Abstraction Layer for Signal Handling & User Management

I'd like to ask a question for which my extensive web search would suggest the answer is 'no' but maybe I've overlooked something ... Are there Python abstraction layers sitting on top of Unix and ...
1
vote
1answer
1k views

How to edit Edit Profile And View Profile page (Joomla 2.5)

I have created web-application using Joomla 2.5. In that I have used Joomla user management. I have kept menu as View Profile & Edit Profile (Menu Item Type as Users Manager ยป User Profile). The ...

1 2 3 4 5