Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Minor change requested in title of txp pages
You know that first screen where you log in to textpattern?
The html title of that page is <code>“Textpattern > log in”</code>.
Is it at all possible to include the site name in there somewhere? So it says, for example “Textpattern > log in (sitename.com)” ?
The reason is that I use KeePass to generate and manage ridiculously long and secure passwords. If the window title of the thing you’re logging into has a unique string in it, you can have the program log in automatically for you. I imagine other password-management tools have similar functionality.
Just change line 62 of include/txtp_auth.php:
from
<code>pagetop(‘log in’);</code>
to
<code>pagetop(‘log in (’ .$siteurl .’)’);</code>
or however you wanted to do it. (I think that would work…)
Anyways it can’t hurt to be able differentiate between textpattern installs. Maybe in 1.1 this could be an option for all pages in the txp interface.
Last edited by jdueck (2005-08-13 03:41:29)
Offline
Re: Minor change requested in title of txp pages
Time for an update, since I just noticed someone put it in.
I don’t know when it happened, but I really appreciate seeing this change go in – not just for the sake of the change itself, but for what it signifies about how affable you all are.
If you’re ever in Minneapolis I will buy you all lunch at some mexican place.
Offline