Advertisement
Guest User

Untitled

a guest
Oct 8th, 2017
376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. commit 46dace675a9ba512712d6062d254455f184cbb0b
  2. Author: Jason May <jasonmay@bestpractical.com>
  3. Date: Mon Jul 25 18:25:45 2011 -0400
  4.  
  5. make the default root credentials more obvious
  6.  
  7. diff --git a/README b/README
  8. index ad959f2..3a32086 100644
  9. --- a/README
  10. +++ b/README
  11. @@ -179,8 +179,10 @@ GENERAL INSTALLATION
  12. 7) Configure the web server, as described in docs/web_deployment.pod,
  13. and the email gateway, as described below.
  14.  
  15. - NOTE: root's password for the web interface is "password" (without
  16. - the quotes). Not changing this is a SECURITY risk!
  17. + NOTE: The default credentials for RT are:
  18. + User: root
  19. + Pass: password
  20. + ... Not changing the root password from the default is a SECURITY risk!
  21.  
  22. Once you've set up the web interface, consider setting up automatic
  23. logout for inactive sessions. For more information about how to do
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement