You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 3, 2018. It is now read-only.
When the user is logged out the forum displays links for "Sign in to reply" and "Register new account". Clicking on either of these links loads a new page with a flash to say "Please use application's Register form to sign up".
If you know that they must use the other sign up page then there is no need to display the links. Or at least there should be some way to switch them off or configure them to point to the application's login and registration pages. (I'm voting for the switch!)
The text was updated successfully, but these errors were encountered:
When you say "top bar", do you mean the top navigational bar? In my application I've overloaded your navbar to show my navigation bar where your nav is a sub-part of my nav.
The button links are "in page" an so I'd have to overload the whole page (and all the other pages) in order to remove them.
Т.к. регистрация и авторизация являются неотъемлемой частью приложения и форума, то эти ссылки можно добавить в конфигурацию и перенаправлять пользователя по ним. Если такие ссылки не указаны в конфигурации, перенаправлять пользователя на главную страницу приложения и добавлять flash сообщение. Как правило, на главной странице обычно всегда есть кнопки регистрации и авторизации.
Because registration and authorization are an integral part of the application and offline, these links can be added to the configuration and redirect the user on them. If such links are not specified in the configuration, redirect the user to the main page of the application and add the flash message. As a rule, usually there is always a registration button and login on the home page.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When the user is logged out the forum displays links for "Sign in to reply" and "Register new account". Clicking on either of these links loads a new page with a flash to say "Please use application's Register form to sign up".
If you know that they must use the other sign up page then there is no need to display the links. Or at least there should be some way to switch them off or configure them to point to the application's login and registration pages. (I'm voting for the switch!)
The text was updated successfully, but these errors were encountered: