For those that don't know how to use mysql, put the following in your function.php
$options = get_option( 'wpseo' );
unset($options['disable-author']);
update_option( 'wpseo', $options );
It will permanetly make sure author pages are enabled.
For those that don't know how to use mysql, put the following in your function.php
$options = get_option( 'wpseo' );
unset($options['disable-author']);
update_option( 'wpseo', $options );
It will permanetly make sure author pages are enabled.