0
votes
6answers
121 views
1000 users a day for 10 minutes equal what concurrent load?
Is there a formula that will tell me the max/average # of concurrent users I would expect to have with a population of 1000 users a day using an app for 10 minutes?
1
vote
1answer
25 views
Changing user roles through a form
I'm trying to create a Rails form that allows an admin user to change the assigned roles of other users. The form I've created registers changes to the user (such as password or …
0
votes
1answer
12 views
Sharepoint Redirecting Users or Groups from a page to another.
Hello ,
What I am tring to do is, when people comes to that page:
http://server:26521/MY%5FPortal/service/default.aspx
I want them to be redirected to that page
http://server:2 …
2
votes
5answers
59 views
How to create the first administrator user of an application?
Consider a simple web application that accepts user logins. Each user can have a profile (read-only, normal, administrator etc) and each profile dictates the user’s rights (he can …
0
votes
0answers
110 views
How old is Stackoverflow? [closed]
Simple enough question. I notice Stackoverflow has over 100,000 users -- huge congrats guys! Can you share exactly how old Stackoverflow is? Also, what percentage of the 100,000 ar …
3
votes
2answers
60 views
mysql CREATE USER
I am logged into mysql...
mysql -u root -pmypass
And I have run the following command to remove the database user which worked succesfully
mysql> FLUSH PRIVILEGES; DROP USER …
2
votes
2answers
72 views
How to make admin site safe ?
Hi guys,
very simple question:
I have admin site in my web project. So, how can I make it safe?
What I have until now:
Database handled user with userID and userlevel
on the pa …
0
votes
0answers
33 views
Why is my linux server have a $, instead of the login name and path? [closed]
One of my servers, it is [user@host path]...and I can actually push "tab" to auto-fill the path.
But in my new server, it is just a dollar sign?
1
vote
3answers
33 views
Oracle SQL Developer How To Default To Other Users Tables?
Hi Guys, In order to see all of the tables in our companies DB I have to go find the main sys account. Is there a way to default my connection so that it shows the other users tabl …
0
votes
1answer
21 views
How to display top 10 contributors in Confluence
I would like to display top 10 contributors to a space in Confluence in the last year that have created, updated or removed pages.
There is some statistics on Browse Space > Ac …
1
vote
1answer
42 views
Adding roles to the ‘CreateUserWizard’
Hi (I'm pretty new to this),
Is it possible to add roles to the 'CreateUserWizard' tool so that you tick boxes (or view roles in a drop down menu) and once one or more have been c …
0
votes
3answers
109 views
SQL Server user name functions — CONFUSED
Consider this T-SQL:
CREATE USER my_test_user WITHOUT LOGIN;
SELECT USER_NAME(), USER, SUSER_SNAME(),SYSTEM_USER, suser_name();
EXECUTE AS USER = 'my_test_user' WITH NO REVERT;
SE …
0
votes
1answer
24 views
Which Property type do I use to put a User’s user_id() in the Datastore?
This is why I need to put user_id()'s in the Datastore:
A User value in the datastore does not
get updated if the user changes her
email address. This may be remedied in
…
0
votes
2answers
36 views
detect users’ operation on browsers
How to use javascript to detect users operation on browsers such as click backward/forward/refresh button, keyboard inputs in navigation bar or search bar of Firefox, as well as an …
0
votes
2answers
78 views
Security roles members in MS CRM 4.0
Is there a way to see users that have certain security role assigned?
I'm looking for a hint that I missed something or a tool.
