How do I change the user/password page on Drupal - drupal-6

I want to change the text from "User Account" to something else when users get to /user/password on my Drupal site.
I am very new to Drupal.
Thanks.

Whatever site you've put Drupal on, you can always find the login page by appending "?q=user" to the end of your URL -- e.g. http://www.somesite.com/?q=user.
But if you want to customize the login page, click here:
http://drupal.org/node/19855

Related

Hiding entire website to visitors on Kentico?

Is it possible to hide an entire website behind a log-in screen? Making the visitor login to see the content. I know there are plugins like this on Wordpress but I am unable to find something for Kentico.
Thanks,
Brian
Yes. At the root of the website (master page) select it. Then go to Properties>Security and in the Access section of that page, select yes for the "Requires authentication" attribute and save the page. This will force the user to the login page you have defined in your web.config OR in your Settings to authenticate first. This will be inherited by default through the rest of the child pages.

Sharepoint 365: Set the site contents page as the home page

Is there a way to set the home/landing page for a SharePoint 365 site to the Site Contents page https://support.office.com/en-us/article/The-SharePoint-Site-Contents-page-ba495c1e-00f4-475d-97c7-b518d546566b
You could add a script on startpage in a script editor web part that redirect users to Site contents. That redirect surely will create a "flicker".This should do it:
window.location.href = "/_layouts/15/viewlsts.aspx";
Beware that this will be hard to remove from the web part (you will always get redirected), so maybe it should be added to a new page layout that is used by the startpage. Then it's possible to edit/remove the redirect through SharePoint Designer.
You could also try (if you have publishing feature activated) the "Welcome Page" link in site settings. Maybe there you could somehow point out the path to site contents, but I doubt it.

Wordpress linking to password protected content

I just redid my company's Joomla website to work on the WP platform. My problem is that there is content that log-in is required to access. In our newsletter, I need to link to content that requires log-in. Currently, If I link to that content and the customer is not logged-in, they get a 404 error. Putting the content to be openly accessed is not an option.
Is there a plugin or some way for this to occur:
Link on newsletter to specific content --> log-in with credentials --> redirected to the specific content
I would very much appreciate your help with this!!!
In the post/page editing form at the admin page, there is a "Visibility" option on the "Publish" field. Just check the password protected, and you can hide the page/post with the password.
hope it help..

Restore SharePoint publishing homepage to Pages/default.aspx

I have a Publishing site and the last SharePoint administrator copied /Pages/default.aspx to /default.aspx and set it as the homepage, so now I have two independent copies of the same page to maintain.
I want to delete the /default.aspx and reset the HomePage to /Pages/default.aspx. I can set the "Welcome" page back to /Pages/default.aspx through the settings page, but the /default.aspx page still shows as the homepage in SharePoint Designer. When I try to rename or delete it warns me that I'm deleting the homepage and x numbers of links point to it.
Any suggestions on how to effectively do this?
Should I set the welcome page and change the /default.aspx to a redirect page or just delete it?

Sharepoint: Redirect user to default site

Is it possible to set a default site for a group of users in Sharepoint and have the main default page redirect them to the sub site?
I don't know an out of the box feature which could do this, but you could write a small WebPart which does the redirect depending on the user who visits the site. Shouldn't be to difficult.
The configuration could either be stored in the web part itself or within a list. To speedup the whole redirect process you should cache the redirect information when it was read from the configuration.
That's the way I would do this.
Don't forget to think about a way which let you access and edit the page with the redirect web part without getting redirected.

Resources