Tagged Questions
The nickname tag has no wiki summary.
4
votes
4answers
241 views
Unique nickname vs one nickname for many users
In all my web-projects I've made 1 unique nickname for 1 user (i.e. in DB table User has primary key ID and unique varchar nickname or login or whatever else).
At Stack Overflow we can see just the ...
2
votes
1answer
267 views
Retrieve gtalk nickname in python xmpp
In python xmpp module, I'm able to retrieve the nickname of any contacts as follows:
self.connection.auth(userJid.getNode(), self.password)
self.roster = self.connection.getRoster()
name = ...
1
vote
1answer
325 views
Regular expression to match IRC nickname
How would I use a regular expression to match an IRC nickname? This is being done in Ruby if that makes a difference (it probably will, with the syntax of the regex, but who knows.)
EDIT: An IRC ...
1
vote
2answers
295 views
Function to prevent special characters in nickname
I've a website where users can register. I would like to prevent all special characters, accents, etc in the nickname (used to login).
I use PHP. How can I do that ?
Edit: Another question, ...
0
votes
2answers
75 views
Is it possible to fetch a google profile nickname and use in app engine apps?
Currently the method nickname() in the Users class seem to return either the initial way you entered your username when you signed up for gmail (IE. "UseRnAme" if thats how you chose to type it, ...
0
votes
1answer
152 views
Connecting to Google app email servers in Python to send from an alias
I'm looking to send many emails via Python and would like to connect to Google's email servers to send it from my company email address (it's for work). I've got working code for sending the email ...
0
votes
1answer
445 views
Google Apps - Send email from a nickname
I have an email account in google apps 'user@mydomain.com' and it has a nickname 'nickname@mydomain.com'.
Can I send an email from 'nickname@mydomain.com'?
Thx a lot!