NT Username Situation
I have a this code the grabs the user NT login on a page:
strCae_Name = request.servervariables("LOGON_USER")
<%=strCae_Name%>
It displays the following User name: Cable/rmirto7777. Now I would like to remove the Cable/ part and just keep rmirto7777 only. Keep in mind that Cable/ part doesn't change only what comes after it and everyone has a different User name. Therefore it changes constantly! I tried alot of ways by using the function but came unsuccessful. Does anyone have any ideas on how I can achieve this goal by getting what comes after Cable/ to display on my page.
View Replies
ADVERTISEMENT
We have an ASP application running on Windows Server 2003 that is not
functioning correctly. The original page for the application is login.asp.
I have login.asp configured as one of the default pages for the application.
As long as I bring up the site http://sitename/appname , the login.asp page
loads fine.
If I call http://sitename/appname/login.asp, I get a "The
system cannot find the file specified. " error. If I use the
http://sitename/appname call to bring up the site, the login.asp page loads
fine the first time but fails when I submit the login form back to itself.
Very strange behavior!
Any ideas which may cause the page to load when used as the default page but
not when it is explicitly called?
View Replies
View Related
I've got about 400 Billion (slight exaggeration) towns listed in a table of an Access db. Client wants to be able to sort them alphabetically by town name. Small problem - a significant number of them are prefixed by "Town of " or "City of ." So, for example, "City of Zanzibar" would be incorrectly listed before "Dansville" and "Town of Abernathy" would be incorrectly listed after "Smithtown."
How can I phrase the SQL query to ignore those prefixes when sorting them? They still need to keep the prefix when they are displayed, however. What I think I need is some sort of conditional statement that says if the town name starts with Town of or City of, trim off those first 8 characters (includes the spaces) before sorting, otherwise, just sort as usual.
View Replies
View Related
Is it possible to use API to get the network username? I am using it in Access and want to use the same function in my ASP page
View Replies
View Related
all ive done is a very simple form to post comments onto a noticeboard......using asp and access for now, all i want to be able to do is when its submitted it also sends the Windows username of the person who has submitted it to the database automatically so i can then show it on the noticeboard.
View Replies
View Related
How to use WIndows XP login username and password for ASP 3.0 Authentication, for access to a website directly without any further, second authentication by ASP page?
I have MS SQL Server database, ASP 3.0 website, and ASP 3.0 based authentication. I want to use a Windows XP username, make a table with approved usernames, check Windows XP username and password against the mentioned table, and finally - user can access the site without second authentication by ASP page. Of course - everything should work in IE.
View Replies
View Related
I need to let one person view certain things without having this perons
login. This person is logged in to the microsoft network. How do I get
that info into a variable?
View Replies
View Related
I have a problem with ("auth_user") in asp,I try to use windows
username and password in asp page for limitation user access to pages,
but this server variable returns empty string
View Replies
View Related
ok, well what I have been having some trouble with is to show the person character name like this:
Welcome, 'Username' <-- Here I want it to show the persons username from the database.
View Replies
View Related
i would like users to be able to login using a username and password stored in an MS ACCESS database. there is a customer table which stores the username and passwords as well as other customer details such as customer name, address etc. i would like the users to login and then when the login i succcessful, be presented with ONLY THEIR data which they can edit.
View Replies
View Related
I have a Username:, Password:, Sign In and Regester Here at my Main Page. And at my Regester Page I have a First Name:, Last Name:, Address:, Date of Birth:,Status:, Country: and ZipCode. And also at my Database Name is Info.
All I want is that when a User Log In a Message will display and say's (You are not Regestered, Sign Up First...), but If he is already regestered he can sign in by using his username: and password:. Please!, can anyone give me an ASP Code on this.
View Replies
View Related
I'm creating a set of new user pages for my site. At present I've got a newuser1.asp file which tests if a username exists. On failure (when the username exists) it goes an almost identical copy of the file and the user has to try out a new username and password.
This seems rather inelegant (having to upkeep two files) so I'd like to have just the one page with the failure redirecting back to itself but then displaying appropriate wording ('the username exists.so that I can try to work out an appropriate solution?BTW I'm using ASP VBscript.
View Replies
View Related
i set up a login page and when the user logs in he/she is directed to the main site. What I wish to know is how can I show the user name that is logged in the main site:
For example:
Logged in as:
Username
tell me the code as i am new to ASP .
View Replies
View Related
how to insert the current user's username and machine name into a couple of textboxes to be inserted into a form. I'm creating a work order system and I would like the form to be prepopulated with this information.
View Replies
View Related
I am developing a website with username and password. I have almost complete it. I want that once username and password is verify in the next page that open (SMS Page) should contain the same username in in FROM field and user cannot change it.[IMG]D:usmanusman.bmp[/IMG] i think this picture will help you to understand in depth.
View Replies
View Related
How can I list all logged in user's username in the page?Can any one send the code to vu3apq@gmail.com.
View Replies
View Related
I have to develop a web application for my company in which I need to have a facility for username and password for the employees to do certain tasks. How can this be
implemented in ASP. I am thinking of having usernames and passwards (encrypted) in database and when a person tries to log in, the script will compare those stored in databse to the values entered by user. But after the user has logged in, how can I make sure that the user is always logged in as user move from one page to another.
how I make sure that the user is logged out properly. Basically my main concern is that no unauthorized user can access any part of that web app.
View Replies
View Related
I have a standard ASP page that is on our intranet on which I am using the request.servervariables("auth_user") variable to return the domainusername
of the user that made the page request. Does anybody know how I can convert the username into the SID (S-1-5-!!!!) equivilant for it? if it is any help it is a WIn2k3 domain.
View Replies
View Related
Make a page where users can enter there own username and password in order to access the memebers section, and alert them if the username has already been taken. Also need a message board like the one we're using here only i have no idea where to start I have spent 5 days online trying to find help and tutorials etc, but I must confess I'm struggling now with code overload.
View Replies
View Related
i am getting url and password in query string i used get and post methods. how these yahoo people get loooooooooooooooong url in query string .
View Replies
View Related
we never guarded againsts spaces in a new site we built. And while checking, a couple of users registered with spaces between their usernames. e.g. afrika 1 instead of afrika_1. Could there be downside to this?
View Replies
View Related
How will you know that a username is already login? I have this chat page in which both of you can login with the same username.
View Replies
View Related
I have seen in many sites that when I enter my username/password, it displays a new page wherein it says "Verifying Username/Password. Please wait..."
I wonder what does it do behind the scene? Does it really take 5-6 seconds to verify a username/password? if yes, what code runs behind it? If no, then why they have to display that page?
I think the authentication process normally does not take more than 1 second.
View Replies
View Related
Anyone know how it is possible for windows to get the name of the user
logged in?
I know if you do :
Request.Servervariables ("AUTH_USER")
it displays the username of the person logged in, but is there a way
to get the "Full name" of that user in the active directory?
Ie, if they log in with the username jsmith, I from that I know there
full name is John Smith.
View Replies
View Related
i have heard that when you login from an NT login box the username gets passed on in the HTTP header. If so how can I get that information?
View Replies
View Related
I want to my web page get username from windows and use this username for limitation access of user to pages, my authentication is windows I thinks because user input username for login to windows, and auth_user has value of username I think maybe it doesn't need to get username again, but you say it's normal.
View Replies
View Related
I'm trying to remove a period in a username. For instance, I want:
First.Last to look like FirstLast
View Replies
View Related
I have a table in SQL2000 called EmployeeID and a column called UserName
I have a form which grabs the data inputted: Code:
View Replies
View Related
I wanna post a username/password to another site, which recieves the
information with request.form.I have a page which fills a form with hidden input boxes. When the user enters the page a onLoad submits the form and opens the recieving page
in a new window.If the user now switches back to the sending windows and checks the
source code all asp variables can be seen i clear text in the form (ie
<input type=hidden name=password value=secret>)How can I revent this? I tried redirecting to another page when the submit is done, but it seems like the redirect is done before the ubmitting of the form. Server.Transfer and Server.Execute havent
helped either.
View Replies
View Related
I want to create a simple user validation script without using a database. Let's say I have a text file in my asp folder with a list of valid usernames. How can i do something like the following using ASP? Code:
View Replies
View Related
When I use this bit of code it displays the error if the username exists and if it doesn't!
If rspuafo.EOF and rspuafo.BOF Then
Response.Redirect ("thankyou.asp")
Response.End
Else
strError = "Username already exists, please choose another one" & vbNewLine
View Replies
View Related
How to set up code that validates a password that is at least six characters long and contains one number
View Replies
View Related
Is there anyway for me to make users enter an username and password in order to get access to download a pdf file.
I will have a list of valid usernames and passwords?
View Replies
View Related