So, I'm running a TFS build that tests a class that manipulates TFS WorkItems. TFS runs as the SYSTEM user which has been added to the /Contributers permission group. However, the test suite fails with various invalid field errors (created by, Assigned to). Does any one know how to set the SYSTEM user up as a valid user?
...
Hi all,
I want to use different navigator buttons in jqGrid depending on login status.
for example: if the user is logged in then add/delete/edit button appeared.
Any ideas?
Thanks in advance.
...
I'm getting a ton of weird log entries reporting:
cs-uri-stem:
/ErrorInvalidURL.aspx
(my custom 404 page)
cs-uri-query:
aspxerrorpath=/Portals/0/Skins/MyCustomSkin/ErrorInvalidURL.aspx
(seems to be coming from my skin folder)
I did some queries with LogParser and the majority of these errors are coming from the user agent:
Mozilla/4....
I'm doing some research on security and sitemaps in ASP.net and am unfortunately running short on time. I have not worked too much with ASP.net security so I'm not completely sure if I'm heading in the right direction.
Here is my problem:
I have a public website (i.e. on the internet) that will allow any user to sign up to. The websit...
My HttpModules uses the PreRequestHandlerExecute event and seems to be losing the identity which I am impersonating when I get to the callback function. I can check the user it is running under (with Environment.UserName) and it goes from the impersonated user (in the begin function) to Network Service(in the end function).
Anyone seen ...
Hi,
I have a winForm application and I want to know of a guest user is running it.
how can I know it by c# code?
Thanks.
...
I'm a novice when it comes to java and not awesome at php, so dont judge me if this is realy easy or impossible...
I would like to extract the users facebook-id and put it into a php-variable. How do i do that?
The code im using is from a facebook tutorial video, and its working. I just want to be able to use the user id in a php code....
I've recently set up a mercurial repsoitory. All pusing is done via ssh. Currently only users with an LDAP account can push changes to the repository. However, given that when commiting to a local repository any commiter name can be used using the --user. It is possible to have the situation where a commiter name does not match the LDAP ...
I have the following situation:
- Need to check manually for updates (Can not use clickOne i suppose) for several of our applications.
So i need a master application which can launch for example 5 applications.
This master application can check for updates of his child applications. So what i did is empty the folder with the old applic...
I'm trying to set up an FTP account on my server which is running a Debian install and proftpd. I'm in need of some basic commands that will allow me to view, edit, create ftp users. I'm also not clear on whether I need to then add these users specifically to proftpd or if just having them on the server is enough.
Ultimately, I'd like t...
I am trying to find a good example that can help me to understand user registration and then management system. User management should show the items from the db and give the option to delete/modify and also create a new. I would like to use php and mysql . can any one please point me to the right direction to learn and try this.i searc...
Hello.
I'm a student in an introductory C++ course. For one of our past assignments we have had to create a simple program to add fractions. Each new lab is just an application of new skills learned to making the same program. Now I need to make one using objects from a class definition.
After tooling with a multiplying example my pro...
Hi...
I am having a web application built using ASP and Asp.Net.I want to restrict number of users accessing this website.There are ways available separately ASP and ASP.NEt but,not for combination of these two. MayI know if I could just use Application["somename"] in global.asax
One more thing is when a user leaves the application, whi...
I writing code to determine how many days in a year. I am trying to keep it really simple.
I found code that I think is very clean to determine a leap year. I am passing the inputted date using DATEPART(Y,@Year) to the leap year program and some how am not getting the correct results so I has to be in my SQL code to process the input da...
I have a repeater that I have added a vertical scrollbar to, if there are more than x number of records. If I have less than x, the repeater displayes centered and all is well. If I have more than x, the scrollbar is added but the repeater is all the way to the left. No matter what I do, I cannot get it centered. One of the things I ...
Hi!
I am writing module which allows to quick add users only by providing First and Lastname (without emial address or user name). Those users are 'ghost' like, just for a temporary uses.
Before adding user module needs to check if user with the same first name and last name already exists in system to avoid creating multiple ghost user...
Hi guys,
I'm creating an online based system that has public user profiles for all users..
I'm wondering how to organize the URLs for these public user profiles? What could be better for the SEO and of course for the user friendliness?
{username}.mysystem.com
or
mysystem.com/{username}
or maybe even
mysystem.com/users/...
Currently I have a Client login area. In this login area I was going to create a snippet that shows certain information for 'Admin' users.
I had a feeling I could use
<?php
if ($modx->getLoginUserType()) {
echo 'hi';
} else {}
?>
However, all User Types are web.
I was also looking around and found a script that prints out web-use...
I'm building a web application that requires users to provide their location (similar to the way Facebook does it). I'm not sure on the best way to implement this. I require the ability to search through records of another entity (call it 'events') which also have a physical location attached to it, and match the users in the same or clo...
I'm setting up a login system for a site and someone suggested using openID instead.
In my current setup, I log users' login attempts into a db table. When using openID, would I still be able to have that fine-grained control or not?
...