CPF input

Certified Partner Plugin
Maintained by Willian Araujo
A cpf profile field type for moodle
Price option: Free

Supports Moodle 2.3-4.1 See all versions
Latest release: 12 years ago
Installations: 130
Downloads (last 90 days): 20

Frankenstyle name: profilefield_cpf
User profile fields

Comments

Comments are no longer open for new posts. Existing comments remain available to read.

Leonardo Chaves dos Santos o campo é para adicionar a informação de cpf no perfil do usuário, ele não serve para fazer login na plataforma.
Acredito que não esteja 100% compatível com o moodle 4.1, apesar de passar na validação da instalação houve problemas ao editar o campo e ao realizar login na plataforma.
É possível sim.
É possível usar esse plugin no IOMAD?
eduk ead use o cpf no campo username
Olá William, existe a possibilidade de colcoar o CPF como base para que o aluno faça login e senha através do CPF?
Willian como vc acrecentou o javascript? vc utilizou o módulo amd?
tem como mandar um exemplo?
Oi Willian! Boa iniciativa! Sem atualizações para a versão 3.0?
Abs!!
Olá Willian bom dia! Rapaz, mto bacana sua contribuição, mas me tira uma dúvida, esse plugin faz tb validação do CPF? Pq eu abri o código fonte e teoricamente deveria fazer, mas na prática não está funcionando, é isso mesmo, ou existe algum bug?
Mias uma fez obrigado.
Willian,
I have created the tracker component and added the link. Many thanks for addressing the other issues. I am going to approve this. Peace - Anthony
p.s. - As for the extra line at the beginning of the file I would add the boilerplate to those files so that you get something like:
<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
that should resolve the issue for you.
Thanks for sharing this plugin with the Moodle community. Some formal issues were detected and reported by our automated plugin checker tool. Please review all the plugin checker results and fix the issues mentioned, if possible. These changes are typically pretty easy to make but if you have any questions just let us know.
Hey Anthony, it's very good see you again. xD
Please, if you can, create the bug tracker for that plugin.
In code checker i could not solve the problem with the first line of the script. If you can help me i will be very happy.
oops, the link for code checker should be https://moodle.org/plugins/view.php?plugin=local_codechecker
For now, I am going to mark this plugin as needing more work until we get the above issues resolved.
Willian - Obrigado por compartilhar this plugin with the Moodle community. I would encourage you to at least add a brief explanation in the README in English and possibly include a reference to http://en.wikipedia.org/wiki/Cadastro_de_Pessoas_F%C3%ADsicas or something similar that explains what the CPF field is. I was successfully able to install the plugin ad it appears to function as expected.
Please review http://docs.moodle.org/dev/Plugin_validation#Recommended_URLs and then edit the plugin entry to provide the source, tracker, and documentation URLs that will enable others in the community to more actively participate in using and maintaining this plugin.
From your previous contribution I was able to find your Github repositories which led me to https://github.com/willianmano/profilefield_cpf. In order to provide a consistent experience for Modle developers and site administrators, it is recommended to follow the repository naming convention for Moodle plugins, namely, moodle-{plugintype}_{pluginname}. The recommended repository name for this plugin would be:
moodle-profilefield_cpf
Would you consider renaming your Github repository so that it conforms with the naming convention? I do my best to encourage following the naming convention for consistency and to have that name correct before we approve the plugin. With the ranking block, you are using Moodle Tracker for tracking issues. Would you like me to create a component for this plugin as well. Similarly, you created a page in Moodle Docs and I would encourage you to do the same for this one; however, given the simplicity of user profile fields, you may just want to point to the README url.
Please consider adding a screen shot of your plugin to help folks get an idea of what it looks like when installed.
It is encouraged to follow Moodle's coding style as outlined in:
http://docs.moodle.org/dev/Coding_style
http://docs.modle.org/dev/Coding
The code checker plugin can be quite helpful in fine tuning your code and can be found at:
https://moodle.org/plugins/view.php?plugin=ocal_odechecker
You may wish to consider using that tool to further improve your plugin. Below, are the initial results:
Files found: 6
user/profile/field/cpf/define.class.php - 3 error(s) and 0 warning(s)
user/profile/field/cpf/lang/pt_br/profilefield_cpf.php - 2 error(s) and 0 warning(s)
user/profile/field/cpf/lang/en/profilefield_cpf.php - 2 error(s) and 0 warning(s)
user/profile/field/cpf/version.php - 1 error(s) and 0 warning(s)
user/profile/field/cpf/field.class.php - 21 error(s) and 1 warning(s)
user/profile/field/cpf/README.txt - 1 error(s) and 1 warning(s)
Total: 30 error(s) and 2 warning(s)
Most of them seemed to be white space related so nothing major or needing urgent attention.
Overall, things look pretty good. Once we get the source, tracker and documentation URLs setup I think we can go ahead and approve this plugin. Please do not hesitate to let me know if there is anything I can do to be supportive of your efforts. Peace - Anthony