After you install new plugins Rename-wp-login, than anyone try to login your admin area, eg.riyofurniture.com/wp-admin, they will find “You must log in to access the admin area.” Its call WP DIE.
Here, trick to modify error message above with new message that you want ( check this link: https://www.riyofurniture.com/wp-admin )
– Download wp-content/plugins/rename-wp-login.php
– Open wp-content/plugins/rename-wp-login.php
– Go to line 445 : wp_die( __( ‘You must log in to access the admin area.’ ) );
– Rewrite your own message on ‘You must log in to access the admin area.’
– Save than upload
– Check / refresh your browser, your own message going on.