PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft ADO .NET
Re: User Accounts
Forums
Newsgroups
Microsoft DotNet
Microsoft ADO .NET
Re: User Accounts
![]() |
Re: User Accounts |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
Why not use the windows intergrated security, Then you would not have to create log on screens or processes (Would mean that user passwords would not need to be managed or the problem of users have multiple passwords and getting them mixed up). You could the have a table storedinside you database which has the permissions loaded into it and read from that as the program starts. Glenn "Dev Singh" <debu@ihug.com.au> wrote in message news:bdjn7m$2vj$1@lust.ihug.co.nz... > Hi. > > I'm making a program which will allow access to the software's main > component differently for individual users. > Hence, there will be a process of either logging in as a current user or > creating a new user (which will go through various forms for user details, > etc.) > > The problem is. I have no clue how to do this. > > Does any one know of any sample applications which do this or would any one > be willing to spend some time to explain how I should go about this? > > If someone is willing to do it at a low enough cost, I'm willing to pay for > the actual solution. > > Thanks. > > Dev > > > |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Not very sure what you're saying. Could you elaborate please? "Glenn Wilson" <gnwilson@optusnet.com.au> wrote in message news:#HH#kPgPDHA.3192@tk2msftngp13.phx.gbl... > > Why not use the windows intergrated security, Then you would not have to > create log on screens or processes (Would mean that user passwords would not > need to be managed or the problem of users have multiple passwords and > getting them mixed up). You could the have a table storedinside you database > which has the permissions loaded into it and read from that as the program > starts. > > Glenn > > "Dev Singh" <debu@ihug.com.au> wrote in message > news:bdjn7m$2vj$1@lust.ihug.co.nz... > > Hi. > > > > I'm making a program which will allow access to the software's main > > component differently for individual users. > > Hence, there will be a process of either logging in as a current user or > > creating a new user (which will go through various forms for user details, > > etc.) > > > > The problem is. I have no clue how to do this. > > > > Does any one know of any sample applications which do this or would any > one > > be willing to spend some time to explain how I should go about this? > > > > If someone is willing to do it at a low enough cost, I'm willing to pay > for > > the actual solution. > > > > Thanks. > > > > Dev > > > > > > > > |
|
|
|
#3 |
|
Guest
Posts: n/a
|
What Glenn says makes a lot of sense.But could you tell me what your
application is about, I mean will it a intranet based, that is the will the user logging on the system be already authenticated by windows. If thats the case what u can do is on startup capture the windows Login, and then check with say a database where u have a table with loginids and the level of access defined. By the way this is just a general advise, If u need any clarification let me know if ur application is browser based or and exe. -- Regards Khan Imran "Dev Singh" <debu@ihug.com.au> wrote in message news:bdm1he$q85$1@lust.ihug.co.nz... > > Not very sure what you're saying. Could you elaborate please? > > "Glenn Wilson" <gnwilson@optusnet.com.au> wrote in message > news:#HH#kPgPDHA.3192@tk2msftngp13.phx.gbl... > > > > Why not use the windows intergrated security, Then you would not have to > > create log on screens or processes (Would mean that user passwords would > not > > need to be managed or the problem of users have multiple passwords and > > getting them mixed up). You could the have a table storedinside you > database > > which has the permissions loaded into it and read from that as the program > > starts. > > > > Glenn > > > > "Dev Singh" <debu@ihug.com.au> wrote in message > > news:bdjn7m$2vj$1@lust.ihug.co.nz... > > > Hi. > > > > > > I'm making a program which will allow access to the software's main > > > component differently for individual users. > > > Hence, there will be a process of either logging in as a current user or > > > creating a new user (which will go through various forms for user > details, > > > etc.) > > > > > > The problem is. I have no clue how to do this. > > > > > > Does any one know of any sample applications which do this or would any > > one > > > be willing to spend some time to explain how I should go about this? > > > > > > If someone is willing to do it at a low enough cost, I'm willing to pay > > for > > > the actual solution. > > > > > > Thanks. > > > > > > Dev > > > > > > > > > > > > > > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

