| Added: June/11/2007 at 1:39pm | IP Logged
|
|
|
Sorry for the funeral and have a good time at the party or whichever way around you prefer.
I created the following account. On a succesfull login it is suppose to go to http://cadicorp.pasos.ws/sample.pdf, OK.
Following is the account I created:
| First Name |
< size=30 value=Jose name=First_Name> |
| Last Name |
< size=30 value=Pasos name=Last_Name> |
| Company Name |
< size=30 value="Cadicorp Management Goup" name=Company_Name> |
| Address |
< size=30 name=Address> |
| City |
< size=30 name=City> |
| State_Province |
< size=30 name=State_Province> |
| Zipcode_Postal_Code |
< size=30 name=Zipcode_Postal_Code> |
| Email |
< size=30 value=julio@pasos.ws name=Email> |
| Phone |
< size=30 name=Phone> |
| Association Name |
< size=30 value=les.pdf name=Custom1> |
| Association Accnt. # |
< size=30 name=Custom2> |
| Username |
< size=30 value=userid name=Username> |
| Password |
< size=30 value= name=> |
| Exp Date |
< maxLength=10 size=15 name=Expiration_Date>
< style="FONT-SIZE: 11px" ='ASPProtectCalendar(this, Expiration_Date, "mm/dd/yyyy")' = value=> Leave blank If User is never to expire. |
| Newsletter |
< = value=True name=Newsletter> |
| Active |
< = value=True name=ACTIVE>Uncheck this to disable a User Account. |
| Admin |
< = value=True name=ADMIN>Use caution unchecking this If you are an admin. |
| Redirection_URL |
< size=40 value=http://cadicorp.pasos.ws/le.pdf name=Redirection_URL> This is a URL a user will be redirected to the 1st time they log in to the site. You can use this for whatever reason you wish. It was a requested feature. Must contain http info |
| Notes |
< name=NOTES rows=3 cols=30>> |
| < =submit value="Save User Info"> DELETE THIS USER | |
|
This user has logged in a total of 14 time(s). Last Access: 6/11/2007 10:26:43 AM < = value=ON name=Reset_Count>Reset Count |
Access Level < size=1 name=Access_Level> < value=1 ed>1> < value=2>2> < value=3>3> < value=4>4> < value=5>5> < value=6>6> < value=7>7> < value=8>8>> |
Groups < multiple size=4 name=Groups> < value=1 ed>Board Memebrs (ID 1)> < value=2>Unit Owners (ID 2)> < value=3>Unit Tenant (ID 3)>> Hold Ctrl To Select Multiples. |
Login Limit < size=10 name=Login_Limit> Amount of times left that a user can log in. Leave blank for no limit. Value must be an Integer. This value will decrease by 1 each time a user logs in. When it gets to 0 they will be set inactive. |
When I go to http://cadicorp.pasos.ws/password_admin/default.asp to log in I get the login screen, as follows:
|
< =/cadicorp/_admin/default.asp? method=post>
 Admin Area Login
| Username |
< size=10 value=userid name=Username> |
| Password |
< = size=10 name=> |
> |
I enter the information for the account I created, userid and password and loging, but I get the following screen:
|
You do not have access to this level.
This page is level 'Admin'
ACCESS DENIED
INVALID Username & Password
< =/cadicorp/_admin/default.asp?Username=userid&=&Status=Checkem method=post>
 Admin Area Login
| Username |
< size=10 name=Username> |
| Password |
< = size=10 name=> |
> |
I have verify the account information many times, I am typing in the correct userid and password. Like I said before the page is a simple report generated into a pdf file from quickbooks accounting 2007, the file was moved to the web using cute FTP. If you brwose the file directly http://cadicorp.pasos.ws/sample.pdf, it opens perfectly.
I am using no code, but your program to validate the user as shown above and I am hoping to display the pdf upon login in.
Thanks,
|