Hello everyone. I'm using Simple Oauth module, and I found a functionality I would like to see, I already implemented it by replacing the original Controller.
The question is, does Drupal allows to create PRs?
Funcionality is the ability to choose in the Simple Oauth options, when using gran_type password, if you want to use username, email, or both. Because the current implementation only allows to use the username for login validation
I am using Drupal 8.6.2 with a custom module that denies access in certain cases to viewing some nodes via hook_node_access, and to downloading some private files via hook_ENTITY_TYPE_access (implemented as hook_file_access). This custom module appears to be working - access is allowed or denied properly.
In our module we've released a few version after 3.45 (which is marked as recommended), but none of them are shown as "recommended" on the main page. How can we fix this and why it happened?
Some module documentation is so bad that it's quicker to rewrite my own module! This creates duplication of work. Developers are renowned for not doing enough testing and documentation. This is a huge sin! Open source has a massive downside... because people do the work for free, they only want to do the fun bits and not write good documentation.