Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Gordon Saxby 1444 posts 1855 karma points
    Nov 24, 2014 @ 17:38
    Gordon Saxby
    0

    Login page messages

    umm, the messages that appear on the admin login page (e.g. happy manic Monday) are all very "fun" ... but how do I remove / disable them?

  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Nov 24, 2014 @ 17:51
    Jeavon Leopold
    3

    If you really want to "hack" it, then edit /umbraco/views/common/dialogs/login.html and remove the following line

    <h1>{{greeting}}</h1>
    

    Of course it will be restored if you upgrade Umbraco

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Nov 24, 2014 @ 17:54
    Jan Skovgaard
    0

    Hi Gordon

    I don't think that there is an easy way to switch them of like a setting in the /umbracoSettings.config file for instance...but if you search for "Happy manic Monday" here https://github.com/umbraco/Umbraco-CMS/search?utf8=%E2%9C%93&q=happy+manic+monday you can see where this appears in the source so you should be able to remove it by digging into the source code.

    You should probably try doing a search the term in your particular installation since I'm not sure if it's the same files once the project is compiled into the installation files.

    And also be aware that you will probably need to disable them each time you need to upgrade the particular installation.

    Hope this helps.

    /Jan

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Nov 24, 2014 @ 17:54
    Jan Skovgaard
    0

    Oh, too slow...:D

    You rock Jeavon.

    /Jan

  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Nov 24, 2014 @ 17:57
    Jeavon Leopold
    0

    Ha, I was looking to customise the messages just the other day (which you can do in the language files).

  • Gordon Saxby 1444 posts 1855 karma points
    Nov 24, 2014 @ 18:12
    Gordon Saxby
    0

    In all seriousness, I really think there needs to be an easy config way of either turning them off or cusomising the content. I can imagine some clients not being overly impressed ...

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Nov 24, 2014 @ 18:18
    Jan Skovgaard
    0

    Hi Gordon

    Yes it would indeed be nice to be able to disable it using an option. Would you mind adding it as a feature request at the issue tracker?

    Cheers, Jan

  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Nov 24, 2014 @ 18:22
    Jeavon Leopold
    1

    Customising the content is easily done in the language files. e.g. \umbraco\Config\Lang\en.xml

    <key alias="greeting0">Happy super Sunday</key>
    <key alias="greeting1">Happy manic Monday </key>
    <key alias="greeting2">Happy tubular Tuesday</key>
    <key alias="greeting3">Happy wonderful Wednesday</key>
    <key alias="greeting4">Happy thunderous Thursday</key>
    <key alias="greeting5">Happy funky Friday</key>
    <key alias="greeting6">Happy Caturday</key>
    
  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Nov 24, 2014 @ 18:25
    Jan Skovgaard
    0

    Yeah, bit it would be nice if there was a simple disable option somewhere so you would only have to disable it instead of dealing with the translations, no?

    /Jan

  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Nov 24, 2014 @ 18:27
    Jeavon Leopold
    0

    Maybe, someone would need to make a PR for that :)

  • Gordon Saxby 1444 posts 1855 karma points
    Nov 24, 2014 @ 18:28
    Gordon Saxby
    2

    I have created a feature request :-) 

    http://issues.umbraco.org/issue/U4-5874

  • andrew shearer 506 posts 653 karma points
    Mar 30, 2015 @ 05:47
    andrew shearer
    0

    I can see that I can simply change the values in the Config/Lang xml files, but Im wondering what strategy people are using to prevent these from being inadvertently changed back during an upgrade? use Source control to manaually compare before and after?

  • Richard Hamilton 79 posts 169 karma points
    Aug 18, 2016 @ 10:08
    Richard Hamilton
    1

    They should go one further and allow us to create a customised login page with the client's branding which is not overwritten on Umbraco upgrade.

  • Gordon Saxby 1444 posts 1855 karma points
    Aug 26, 2016 @ 06:44
    Gordon Saxby
    0

    Just found that the messages are now configurable - see here http://issues.umbraco.org/issue/U4-5777#comment=67-21081

    Just tried it and it works great (just remember to restart the website after the config change)

  • pbl_dk 150 posts 551 karma points
    Jan 13, 2018 @ 14:59
    pbl_dk
    0

    Hi There, I just had a client calling support on a saturday, saying that the site has been hacked. The reason was that he said that "Saturday" was misspelled "Happy Caturday". He said that hackers often misspelled text, and that was an obvious hacked website.

    The client called the bureau support, and the server hosting support, so that was a lot of people taking into action, for something like that.

    Maybe we should think about removing the greeting totally, and then people can insert it as an easter egg if anyone wants to.

  • Mark Roffey 31 posts 184 karma points
    Feb 15, 2018 @ 09:26
    Mark Roffey
    0

    I just change all the messages to Welcome.

  • Alex T 8 posts 88 karma points
    Mar 12, 2019 @ 10:24
    Alex T
    0

    Is there really no easy way to just turn these off?

    From the link above it sounds like I can edit the messages by modifying /config/Lang/en-GB.user.xml, but how do I figure out what to put in there?

Please Sign in or register to post replies

Write your reply to:

Draft