I have been tasked with creating a SharePoint 2007 webpart that logs the user directly into our website (which uses forms authentication). Most likely the username and password will be same in the SharePoint account as in our website.
Ideally we would like it to be fully integrated in that the webpart looks up the SP login & password, s...
Hi !
I would like to know how to log the login and logout of a user : it would be a mean to measure how much time someone has been connected in a month so far.
I know it's possible to use the command "last". But this command is based on a file that has a r/w permission for the user, hence the possibility to change these data.
I would l...
i have been working on a program that will enter usernames and passwords if someone plugs in a Usb, but i don't know how to enter a windows log in password. So the idea is to have my program running so it can find if the usb is plugged in if so it will use keybd_event to enter the password and to hit enter. how would i get my program to ...
My WebApp needs to authenticate user before allowing any sort of access. The scenario I'm trying to implement is a login page with username and password fields. Once user hits "send" button, a sign like "Verifing..." should be shown up while an RPC call verifies credentials. In case of success, load the main app screen.
What is the best...
Here is the scenario:
There are 5 websites (different domain names) that need to share a session. I am using a bit of code on each site which returns a "blank.gif" image and at the same time sets the session (syncing it up to the current session). Each of the sites calls a session-img from each of the other sites. Also, all sites have a...
This is in regards to applications that run in the taskbar but should be applicable to standard apps, Winforms, WPF, etc.
Question: I am after some method (preferably via managed code) to be notified when a user either has their screen "locked" while my app is running and/or know when they log back in.
GMail Notifier does this so...
Hi everybody; I hope you can help me figure the best way to implement a manual (server-side initiated) login without using the password. Let me explain the workflow:
User registers
Thank you! An email with an activation link has been sent blablabla
(Account now exists but is marked not enabled)
User opens email, clicks link
(Account ...
Need of tutorials or better yet examples of managing the login controls and session variables. Can i pass the entire page to a c# class?
...
I need to allow access to an svn repository using email addresses as the user name. I can log in to the server over ssh no problem by changing the email address "@" to a "$" like so:
ssh [email protected]
Unfortunately, the same does not work for svn+ssh. This gets me nowhere:
svn ls svn+ssh://user.name$mydomain.com...
I'm finally set up to be able to work from home via VPN (using Shrew as a client), and I only have one annoyance. We use some batch files to upload config files to a network drive. Works fine from work, and from my team lead's laptop, but both of those machines are on the domain. My home system is not, and won't be, so when I run the bat...
Currently I have an application that runs at startup when a user log's in to the account (administrative), as well as something under HKLM...\Run which is also executed - but I need to run something once and BEFORE both these things are executed.
My solution was to use HKLM...\RunOnce which is executed before the HKLM...\Run but the tas...
Hello All
Was working with some login stuff today morning found there is no good way to get details about user login id and the domain he logged in ex:- standalone application and web application.
Let me give brief idea about the application I am working, this application exists in two flavors as think client- standalone app and think ...
I am trying to implement that only one user can login with given credentials.
I check this at the time of login with this code :
MembershipUser objectUser = Membership.GetUser(Login1.UserName);
if (objectUser != null)
{
boolIsAlreadyLoggedIn = objectUser.IsOnline;
}
This is working fine. I have problem, when a use...
I want to set custom Post-Login Destinations based on user ROLES in my application. for example :
If a form login isn't prompted by an attempt to access a protected resource, I want to show different pages, based on different roles.
by using target-url I can't do this.
how can I do this by using Spring security ?
...
Hi
I want to be able to log into a website via C# webbrowser without any user input.
I want to get the username and password from local variables.
I hope someone can help me.
Please give clear C# code examples.
...
Hi all,
I'm working on a controller that handles logins for a Web app. These logins will come from multiple clients but will all contain the same data. However, depending on the client, this data will be interpreted into common entities for our webapp differently.
For instance, we have a user code that gets sent in, and in one case we...
hello:
i have just created a new empty website from visualstudio 2010, added an new webform and droped a login control into the page.when i click the tag "administer website" then try to open security->Use the security Setup Wizard to configure security step by step, the IE8 shows the error: "Object Expected".
(tried to make a asp.net ...
My login page contains two forms: one for logging in and one for signing up. Shorten like this:
<form name="LoginForm" id="LoginForm" method="post" action="j_security_check" >
<input type="text" name="j_username" />
<input type="text" name="j_password" />
<input type="submit" value="Sing In" />
<form>
...
I want to get unique logon & log off event from my pc.
In the event viewer i can see more then one entry for login & log out event.
I check most of the event details but could not found unique event for logged in by user.
...
Hi all i am developing the application to post the data to the face book. I am using face book sdk for this. The problem is when try to display the log in form using FBLoginDialog it displays very big screen with lot of options. But i need the log in form like they display in their example project MyGrades. Please can anybody help me in ...