Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

73
votes
6answers
24k views

Is there a portable way to get the current username in Python?

Is there a portable way to get the current user's username in Python (i.e., one that works under both Linux and Windows, at least). It would work like os.getuid: >>> os.getuid() 42 ...
26
votes
8answers
2k views

Should Unicode be allowed in usernames?

Why do most (all?) websites only support usernames in ASCII? Are there any security considerations if an admin decides to start accepting Unicode usernames?
11
votes
11answers
606 views

Login suggestion query

I want to suggest login to user if their first choice was already taken. Suppose, user want to register as "Superman". There is already some Supermans on site. Logins are suggested in form ...
10
votes
10answers
803 views

What user names should I disallow?

I am working on user registration for a web app, and was just started thinking that I wouldn't want some clever/evil person to come along and register a user name like 'admin'. What other user names ...
8
votes
3answers
202 views

Get Windows user name - different methods

In .NET there appears to be several ways to get the current Windows user name. Three of which are: string name = WindowsIdentity.GetCurrent().Name; or string name = ...
7
votes
3answers
9k views

get login username in java

How can I get the username/login name in java ? I tried: try{ LoginContext lc = new LoginContext(appName,new TextCallbackHandler()); lc.login(); Subject subject = lc.getSubject(); ...
6
votes
3answers
257 views

POST to password protected URL?

I am working on a project that requires me to POST some data to a url that requires a username and password for access. How do I build the URL so that it automatically logs into the system? $.ajax({ ...
6
votes
2answers
155 views

Cross platform solution for getting current login name in Python

I'm looking for a cross platform solution for getting current login/username in Python. I was surprised that os.getlogin() is only supported under Unix and even there is not necessarly returning what ...
6
votes
3answers
5k views

Get Windows username with JavaScript?

I am working a Firefox addon (which is written in JavaScript) and need to determine the Windows user currently logged on. Is there a way to do this?
6
votes
1answer
2k views

Installed Oracle Express - Can't login

I just installed Oracle Express edition. During the installation it asked me to set a password but not a username. After the installation completed, it directed me to a browser window and asked me to ...
5
votes
6answers
105 views

Is saving MySQL username/password in the php.ini file secure?

I would like to know if it secure to save the username, password, server etc... in the php.ini file so when I connect to the mysql server I don't have to always put the parameters? Also, can this ...
5
votes
3answers
2k views

C# copy file to another directory using other domain/username/password

In c# 2008, I'm trying to copy a file to a destination path (for example \newserver\destinationFolder), that can be in another domain or using a different username/password than the current user. How ...
5
votes
2answers
3k views

How to get a list of all Subversion commit author usernames?

I'm looking for an efficient way to get the list of unique commit authors for an SVN repository as a whole, or for a given resource path. I haven't been able to find an SVN command specifically for ...
5
votes
5answers
416 views

Using email instead of login name in django

Firstly, this is not the question how to authenticate on email/password pair, but rather how to produce logical, and if you like, beautiful data structure. I want to use emails as user names in a ...
5
votes
3answers
160 views

How does the the browser decide which form fields are username/password?

Modern browsers save passwords. Which criteria affect this decision? Background: I have a registration page with the following form: <form action="/BlaBla/Account/Register" method="post"> ...
4
votes
1answer
105 views

problems with memo.lines.add

I am trying to make a chat application that will post a message into a memo in the form like this: USERNAME-> Message but it is posting to my memo like this: USERNAME Here is my code: const ...
4
votes
4answers
284 views

PHP/MySQL Secure Login & Sessions

I have a login service to my current website and what I was wondering is - is there any particular method you could call the MOST Secure? Allow me to explain my system a little better: I currently ...
4
votes
4answers
362 views

What restrictions should I impose on usernames

What restrictions should I impose on usernames? why? What restrictions should I not impose on usernames? why? P.S. db is via best-practice PDO so no risk of sql injection Thanks
4
votes
3answers
7k views

Windows Username maximim length

How long is the maximium lenght of a windows username incl. domain? domain\username regards
3
votes
4answers
88 views

How to store host address, username and password of database and other secure information while coding an application in Java for that application?

I am developing a standalone application in Java and MySql as back-end. As this application will be used for professional purpose. Friends I have following questions in coding. Problem 1 : As my ...
3
votes
3answers
181 views

Android - Where should we save username and password in device memory?

What is a good practice to save username and password on device? I have gone through many answers on Stackoverflow and now i am bit confused. I am working on an email app and i want my user to feel ...
3
votes
1answer
700 views

Importing a Git Project into Aptana with SSH Username and Password

I am attempting to setup a git repo for some source code, this is the first time I have used git - but I have made my self familiar with all of the concepts and command line basics which should get me ...
3
votes
2answers
218 views

git submodule update with other user

I'm logged in as user A on my machine, but my repo is accessible through username B on the server that I pull from. The .gitmodules file has url = ssh://domain.com/abc/def.git. How can I configure ...
3
votes
1answer
97 views

In Jenkins, how do builds know who requested them?

I need to pass the username of the requestor of a build down to the script that is actually doing the work. Looking at the console output for a particular build, the first line is always "Started by ...
3
votes
2answers
574 views

Perl - getlogin, getpwuid, and $<

Wanted to understand the example line of code given @ perldoc.perl.org for getlogin $login = getlogin || getpwuid($<) || "Kilroy"; It seems like it tries to get the user name from getlogin or ...
3
votes
1answer
188 views

Insert Username in to file path Powershell

We are in the process of trying to tidy up our users home directories and speed up some office 2007 performance by moving all their templates in to a new directory on their user drive (U:). During my ...
3
votes
2answers
675 views

Logged in Username in Sharepoint 2010 Forms Based Authentication

When using forms based authentication in Sharepoint 2010, suppose user is logged in with username "admin" and our custom membership provider name is "FBAProvider"... After logging in with this ...
3
votes
2answers
233 views

What's standard minimal and maximal lenght of username, password and email?

What's standard minimal and maximal lenght of username, password and email?
3
votes
1answer
135 views

Best practice to handle / sanitize usernames (accents, punctuation, …)?

What would you recommend as best practice to handle or sanitize usernames ? In France, Spain, Greece, ... to even limit to latin alphabet, you'll get periods, dashes, apostrophes, .... What we're ...
3
votes
3answers
205 views

Username of a process

How do I get the usernames of all the processes running in task manager using c#? Thanks
3
votes
3answers
213 views

How do I retrieve the username that a Windows service is running under?

Given a service name, I would like to retrieve the username that it runs under (i.e. the username shown in the 'Log On' tab of a service's properties window). There doesn't appear to be anything in ...
3
votes
1answer
3k views

How can I get the google username on Android?

I've seen references to using the AccountManager like http://stackoverflow.com/questions/2245545/accessing-google-account-id-username-via-android but it seems like it's for grabbing the authtoken? I ...
3
votes
2answers
380 views

Determine Host or IP from domain user

Is there any way, on a windows domain, to get hostname or IP address given the domain username? C# APIs would be great. example: string GetUserIP(string username);
2
votes
1answer
37 views

Skype username validation

Is there a way to validate that a Skype username is valid in a web app? (form validation upon account creation) By valid I do not mean by using regular expressions. We an easily check to see if it ...
2
votes
2answers
30 views

Mysql REGEXP for username

what is Mysql query REGEXP to call this? @text @user_name @4ll_r1ght @last2 @_last1 @and1more_ thanks!
2
votes
3answers
73 views

How to print the current user and system name in Unix?

Please i am looking forward to learn how to print the current logged-in user and system name in Unix. #include <unistd.h> #include <fcntl.h> using namespace std; int main(int argc, ...
2
votes
1answer
75 views

Twitter JSON search specified for my own username

For my Twitter RSS reader I got this link: http://search.twitter.com/search.json?q="psvhandbal"&rpp=10&page=1 This gives me the results of all tweets containing psvhandbal, what I want is ...
2
votes
0answers
41 views

How can I use a SOAP Web Service to validate a user in Android ?

I've looked everywhere I possibly can for a working example of SOAP running on Android but I'm not having much luck. I've found quite a few snippets of examples but nothing complete (not a whole ...
2
votes
1answer
88 views

Better way to get the user's name from device?

I made a function that extracts a user name from the device name. The idea is to skip setup steps to allow the user to go straight to play upon starting the app the first time. If it is possible at ...
2
votes
4answers
62 views

Why is it necessary to validate usernames?

I've been reading the Ruby on Rails 3 Tutorial book by Michael Hartl and he doesn't validate the username in the sample app of the book. Yet so many websites are asking users to register with only ...
2
votes
2answers
181 views

Hibernate username password case sensitivity with Oracle11g

I'm using Hibernate with Oracle 11g. The code that worked with 10g doesn't work with 11g because hibernate changes the case of the username from example: admin to ADMIN. Oracle 11g by default ...
2
votes
2answers
155 views

php log in form with messages and date and time

I am trying to create a php log in form. I want to just make a few adjustments but when i've tinkered with it, it stops working... If you can't see from the code, I'm trying to create a (mock) log in ...
2
votes
3answers
119 views

There is a way not to hard code username & pass when sending mail [python]

i wanna know if it is possible not to hard code my user name and password in a script that copy a file in the operation system and send it via smtp [gmail] Thank you!
2
votes
2answers
396 views

git with a username and password

I was hoping some one could recommend a tutorial on how to setup git in a manner that does not require keys. In other words secure username and password access. You know how svn used to work.
2
votes
2answers
214 views

How do I get the current user name in VBA?

I just need to get the name of the current user so I can access the app data folder within their folders.... I have to do this in VBA so yeah...help please.
2
votes
1answer
116 views

Getting shortest unique name from First and Last name fields

I have a multi-dimensional array called users that is formatted like the following and I am trying to create a script that will create a "username" based on this information: $users(first_name => ...
2
votes
2answers
330 views

Salt and hashing, why not use username?

I must confess to being largely ignorant on most of the high-tech security issues relevant for web applications, but there is one thing I at least thought I could ask because it is a direct question ...
2
votes
3answers
360 views

Trouble with jquery ajax and safari when passing a username/password

We are trying to pass credentials to our site via jquery ajax (not using php [yeah I know this is unsafe]). It seems Safari is having trouble with the username/password attributes of the ajax method. ...
2
votes
5answers
233 views

Program Crashes after checking database for password C#

Well I am working on a simple login screen for a game and it uses username and password authentication. It connects to the database checks to see if username and password are there and then sees if it ...
2
votes
1answer
129 views

How to get the username that own a process without using WMI?

How to get the username that own a process without using WMI?

1 2 3 4 5 7