On Sun, Jul 4, 2010 at 10:50 AM, KaibutsuX <[email protected]> wrote: > I'm committing some selenium tests for departmental use and the first > file is a login script which has two fields for user and password.
It is never a good idea to put such information into code. At least move it out of the code base and into, say, "~/.myauth" and have the code read the file in. -Brett. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
