user-management
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 ...[详细]
2023-03-10 10:16 分类:问答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 natu[详细]
2023-03-08 18:39 分类:问答Suggestions building a file import system for user management
I\'ll start by stating the overall goal of what I am trying to achieve: Our company manages an online product/service which gives millions (theoretical) of people access to certain information. We ma[详细]
2023-03-06 19:01 分类:问答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. C开发者_如何学Pythonan anyway suggest[详细]
2023-03-05 16:22 分类:问答How to pass data from form without a form field? (PHP)
I have a form for editing a users name and 开发者_Python百科email. So when it updates the name and email, it needs the username to identify which row it should update.[详细]
2023-02-28 01:43 分类:问答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 th[详细]
2023-02-25 06:01 分类:问答Spring Security: Find Groups A User Belongs To?
How do I f开发者_运维百科ind groups a user belongs to? I can use GroupManager.findAllGroups() then loop the group with GroupManager.findUsersInGroup(java.lang.String groupName). However, this is expen[详细]
2023-02-13 23:07 分类:问答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.[详细]
2023-02-13 00:20 分类:问答User/group implementation compatible with JAAS
I plan to create a Java EE 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, @D[详细]
2023-02-11 22:38 分类:问答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[详细]
2023-02-11 02:59 分类:问答