-
Notifications
You must be signed in to change notification settings - Fork 398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recuperação de Senha #374
Recuperação de Senha #374
Conversation
@gabrielew is attempting to deploy a commit to the TabNews Team on Vercel. To accomplish this, @gabrielew needs to request access to the Team. Afterwards, an owner of the Team is required to accept their membership request. If you're already a member of the respective Vercel Team, make sure that your Personal Vercel Account is connected to your GitHub account. |
import { Box, Heading, Text } from '@primer/react'; | ||
import { DefaultLayout } from 'pages/interface/index.js'; | ||
|
||
export default function ConfirmRecoverPassword() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
o Google provavelmente vai indexar essa página /recuperar/confirmar, seria interessante ter um no-index
aqui
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excelente! Você sabe se é possível fazer isso pela página, ou só pelo robots.txt
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dá sim, é só colocar a metatag <meta name="robots" content="noindex">
import { Box, Heading, Link, Text } from '@primer/react'; | ||
import { DefaultLayout } from 'pages/interface/index.js'; | ||
|
||
export default function ConfirmRecoverPassword() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mesma coisa aqui sobre a indexação do Google
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Repito aqui a dúvida sobre fazer isso pela página ou robots.txt
👍
boa! |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Alterações feitas no último commit 41707e9
|
Só não entendi a parte 3. |
No passado, o Isso foi usado aqui: tabnews.com.br/pages/cadastro/index.public.js Line 132 in 76e613f
E possibilitou colocar uma "dica" caso a pessoa escolha um nome de usuário que esbarre na regra dos alfanuméricos. Então um erro comum é esse (de faltando o Mas se a pessoa cair na regra do alfanumérico, podemos refinar com a dica que comentei acima: E porque não fazer somente um parse do campo |
Alterações feitas no último commit 6a4a56e
|
…undError` to `ValidationError`
Destaques do commit a6304a5
Destaques do commit fcc11de
|
Migration foi rodada em ambiente de Preview e nova feature já pode ser testada pela URL: https://tabnews-git-recovery-tabnews.vercel.app/ |
Já está em Produção 🎉 Post comemorativo: https://www.tabnews.com.br/filipedeschamps/nova-melhoria-recuperacao-de-senha Let's goooooo!!! |
Dando continuidade ao PR #358 de @gabrielew onde iniciei fazendo o squash dos commits e agora vou levar a feature até ao final e seguindo as sugestões que apareceram na issue de controle #324